Fix totale intervento su plugin "Interventi svolti"

This commit is contained in:
loviuz 2020-02-04 19:34:23 +01:00
parent 96acf7247d
commit 2694f87517
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if (!empty($results)) {
])).'
</td>
<td>'.nl2br($result['descrizione']).'</td>
<td class="text-right">'.moneyFormat($costi_intervento['totale']).'</td>
<td class="text-right">'.moneyFormat($intervento->totale).'</td>
</tr>';
}