mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 06:04:54 +01:00
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…
x
Reference in New Issue
Block a user