Skip to content

Commit aa63ff2

Browse files
committed
fix: stampa contratto scontato
1 parent beafb0b commit aa63ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/contratti/body.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
// Imponibile
238238
echo '
239239
<td class="text-right">
240-
'.moneyFormat($riga->subtotale + $riga->iva, $d_importi).'
240+
'.moneyFormat($prezzi_ivati ? $riga->totale : $riga->totale_imponibile, $d_importi).'
241241
</td>';
242242
}
243243
} else {

0 commit comments

Comments
 (0)