diff --git a/view.php b/view.php index 685bc0bd6..5b64947d0 100644 --- a/view.php +++ b/view.php @@ -37,7 +37,7 @@ if ($file->isFatturaElettronica()) { // XSL $xsl = new DOMDocument(); - $xsl->load(DOCROOT.'/plugins/xml/asso-invoice.xsl'); + $xsl->load($stylesheet); // XSLT $xslt = new XSLTProcessor();