mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-12 00:17:07 +01:00
11 lines
203 B
PHP
Executable File
11 lines
203 B
PHP
Executable File
<?php
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
use Modules\Preventivi\Preventivo;
|
|
|
|
$documento = Preventivo::find($id_record);
|
|
|
|
$id_cliente = $documento['idanagrafica'];
|
|
$id_sede = $documento['idsede'];
|