1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 05:54:03 +01:00

Update view.php

This commit is contained in:
Luca 2019-02-25 14:42:42 +01:00
parent 0a7cee9726
commit c20ce9bfb6

View File

@ -37,7 +37,7 @@ if ($file->isFatturaElettronica()) {
// XSL // XSL
$xsl = new DOMDocument(); $xsl = new DOMDocument();
$xsl->load(DOCROOT.'/plugins/xml/asso-invoice.xsl'); $xsl->load($stylesheet);
// XSLT // XSLT
$xslt = new XSLTProcessor(); $xslt = new XSLTProcessor();