. */ include_once __DIR__.'/../../../core.php'; use Modules\Interventi\Intervento; use Modules\Interventi\Stato; $rs = Intervento::where('idstatointervento', '=', Stato::where('codice', '=', 'WIP')->first()->id)->get()->toArray(); 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').'.
'; }