openstamanager/plugins/exportFE/init.php

11 lines
214 B
PHP
Raw Normal View History

2018-09-18 15:57:55 +02:00
<?php
2018-11-30 15:33:25 +01:00
use Plugins\ExportFE\FatturaElettronica;
2018-11-22 15:34:44 +01:00
2018-09-18 15:57:55 +02:00
try {
2018-11-22 15:34:44 +01:00
$fattura_pa = new FatturaElettronica($id_record);
2018-09-18 15:57:55 +02:00
} catch (UnexpectedValueException $e) {
}
2018-11-22 15:34:44 +01:00
$upload_dir = DOCROOT.'/'.FatturaElettronica::getDirectory();