Fix riferimento tipo intervento in pianificazione
This commit is contained in:
parent
dde4331729
commit
52d3c088d0
|
@ -140,7 +140,7 @@ if (!$elenco_promemoria->isEmpty()) {
|
|||
echo '
|
||||
<tr>
|
||||
<td>'.Translator::dateToLocale($promemoria['data_richiesta']).'</td>
|
||||
<td>'.$promemoria['tipointervento'].'</td>
|
||||
<td>'.$promemoria->tipo->descrizione.'</td>
|
||||
<td>'.nl2br($promemoria['richiesta']).'</td>
|
||||
<td>'.$info_intervento.'</td>
|
||||
<td>'.$info_sede.'</td>
|
||||
|
|
Loading…
Reference in New Issue