This commit is contained in:
Thomas Zilio 2019-05-24 11:42:15 -07:00
parent f32b0bb2c0
commit a6231a913d
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ include_once __DIR__.'/../../core.php';
// Info contratto
$documento = DDT::find($id_record);
$dir = $documento->direzione;
// Impostazioni per la gestione
$options = [

View File

@ -5,6 +5,7 @@ use Modules\Fatture\Fattura;
include_once __DIR__.'/../../core.php';
$documento = Fattura::find($id_record);
$dir = $documento->direzione;
// Impostazioni per la gestione
$options = [

View File

@ -6,6 +6,7 @@ include_once __DIR__.'/../../core.php';
// Info contratto
$documento = Ordine::find($id_record);
$dir = $documento->direzione;
// Impostazioni per la gestione
$options = [