Modifiche riepilogo totali stampa intervento

This commit is contained in:
MatteoPistorello 2022-09-15 10:56:12 +02:00
parent fa510903c3
commit 90b3906960
1 changed files with 32 additions and 47 deletions

View File

@ -411,22 +411,8 @@ $netto_a_pagare = abs($documento->netto);
$show_sconto = $sconto > 0;
$incorpora_iva = setting('Utilizza prezzi di vendita comprensivi di IVA');
// TOTALE COSTI FINALI
if ($options['pricing']) {
if ($incorpora_iva) {
// TOTALE INTERVENTO
echo '
<tr>
<td colspan="4" class="text-right">
<b>'.tr('Totale intervento', [], ['upper' => true]).':</b>
</td>
<th class="text-center">
<b>'.moneyFormat($totale, 2).'</b>
</th>
</tr>';
} else {
// Totale imponibile
echo '
<tr>
@ -489,7 +475,6 @@ if ($options['pricing']) {
</th>
</tr>';
}
}
echo '
</table>';