Fix stampa riepilogo intervento

This commit is contained in:
Pek5892 2024-05-10 15:49:40 +02:00
parent 058c76fb45
commit bee21f02da
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ echo '
<p><small><b>'.tr('Cliente').':</b> '.$intervento->anagrafica->ragione_sociale.'</small></p>
<p><small><b>'.tr('Stato').':</b> '.$intervento->stato->getTranslation('title').'</small></p>
<p><small><b>'.tr('Data richiesta').':</b> '.dateFormat($intervento->data_richiesta).'</small></p>
<p><small><b>'.tr('Richiesta').':</b> '.$intervento->richiesta.'</p>';
<p><small><b>'.tr('Richiesta').':</b> '.strip_tags($intervento->richiesta).'</p>';
if ($intervento->descrizione) {
echo '
<p><b>'.tr('Descrizione').':</b> '.$intervento->descrizione.'</small></p>';