Fix riferimento tipo intervento in pianificazione

This commit is contained in:
Beppe 2021-05-26 13:21:14 +02:00
parent dde4331729
commit 52d3c088d0
1 changed files with 1 additions and 1 deletions

View File

@ -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>