. */ include_once __DIR__.'/../../../core.php'; use Modules\Interventi\Stato; use Modules\Interventi\Intervento; $rs = Intervento::where('idstatointervento', '=', Stato::where('codice', '=', 'WIP')->first()->id)->get(); if (!empty($rs)) { echo '
'.tr('Attività ').' | '.tr('Data richiesta').' |
---|---|
'.Modules::link('Interventi', $r->id, 'Intervento n. '.$r['codice'].' del '.$data_richiesta).' '.$r->ragione_sociale.' |
'.$data_richiesta.' |
'.tr('Non ci sono attività programmate').'.
'; }