1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-30 11:00:23 +02:00

Update view.php

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

@ -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();