Fix #585
This commit is contained in:
parent
f32b0bb2c0
commit
a6231a913d
|
@ -6,6 +6,7 @@ include_once __DIR__.'/../../core.php';
|
|||
|
||||
// Info contratto
|
||||
$documento = DDT::find($id_record);
|
||||
$dir = $documento->direzione;
|
||||
|
||||
// Impostazioni per la gestione
|
||||
$options = [
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -6,6 +6,7 @@ include_once __DIR__.'/../../core.php';
|
|||
|
||||
// Info contratto
|
||||
$documento = Ordine::find($id_record);
|
||||
$dir = $documento->direzione;
|
||||
|
||||
// Impostazioni per la gestione
|
||||
$options = [
|
||||
|
|
Loading…
Reference in New Issue