1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-20 12:14:01 +01:00
openstamanager/templates/preventivi_cons/init.php
2020-02-14 17:02:16 +01:00

14 lines
271 B
PHP
Executable File

<?php
include_once __DIR__.'/../../core.php';
use Modules\Preventivi\Preventivo;
$documento = Preventivo::find($id_record);
$records = $documento->interventi;
$id_cliente = $documento['idanagrafica'];
$id_sede = $documento['idsede'];
$pricing = $options['pricing'];