mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-18 19:23:10 +01:00
14 lines
268 B
PHP
14 lines
268 B
PHP
<?php
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
use Modules\Contratti\Contratto;
|
|
|
|
$documento = Contratto::find($id_record);
|
|
$records = $documento->interventi;
|
|
|
|
$id_cliente = $documento['idanagrafica'];
|
|
$id_sede = $documento['idsede'];
|
|
|
|
$pricing = $options['pricing'];
|