openstamanager/templates/preventivi/init.php

11 lines
203 B
PHP
Raw Normal View History

<?php
include_once __DIR__.'/../../core.php';
2019-07-12 12:40:13 +02:00
use Modules\Preventivi\Preventivo;
2019-07-12 12:40:13 +02:00
$documento = Preventivo::find($id_record);
2019-07-12 12:40:13 +02:00
$id_cliente = $documento['idanagrafica'];
$id_sede = $documento['idsede'];