1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-22 21:28:08 +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 = new DOMDocument();
$xsl->load(DOCROOT.'/plugins/xml/asso-invoice.xsl');
$xsl->load($stylesheet);
// XSLT
$xslt = new XSLTProcessor();