Skip to content

Commit 7be63d2

Browse files
committed
fix: stampa fattura con sconto in fattura
1 parent 89dac63 commit 7be63d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/fatture/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
$first_colspan = 3;
312312
$second_colspan = 2;
313313

314-
if (empty($sconto)) {
314+
if (empty($sconto) || $has_sconto_finale) {
315315
--$first_colspan;
316316
--$second_colspan;
317317
}

0 commit comments

Comments
 (0)