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