mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 12:30:35 +01:00
Fix #585
This commit is contained in:
parent
f32b0bb2c0
commit
a6231a913d
@ -6,6 +6,7 @@ include_once __DIR__.'/../../core.php';
|
|||||||
|
|
||||||
// Info contratto
|
// Info contratto
|
||||||
$documento = DDT::find($id_record);
|
$documento = DDT::find($id_record);
|
||||||
|
$dir = $documento->direzione;
|
||||||
|
|
||||||
// Impostazioni per la gestione
|
// Impostazioni per la gestione
|
||||||
$options = [
|
$options = [
|
||||||
|
@ -5,6 +5,7 @@ use Modules\Fatture\Fattura;
|
|||||||
include_once __DIR__.'/../../core.php';
|
include_once __DIR__.'/../../core.php';
|
||||||
|
|
||||||
$documento = Fattura::find($id_record);
|
$documento = Fattura::find($id_record);
|
||||||
|
$dir = $documento->direzione;
|
||||||
|
|
||||||
// Impostazioni per la gestione
|
// Impostazioni per la gestione
|
||||||
$options = [
|
$options = [
|
||||||
|
@ -6,6 +6,7 @@ include_once __DIR__.'/../../core.php';
|
|||||||
|
|
||||||
// Info contratto
|
// Info contratto
|
||||||
$documento = Ordine::find($id_record);
|
$documento = Ordine::find($id_record);
|
||||||
|
$dir = $documento->direzione;
|
||||||
|
|
||||||
// Impostazioni per la gestione
|
// Impostazioni per la gestione
|
||||||
$options = [
|
$options = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user