Fix controllo totale parziale in stampa fattura

This commit is contained in:
MatteoPistorello 2022-03-30 09:23:46 +02:00
parent 7d2cb00fd0
commit 54d0d563ac
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ if ($has_split_payment) {
</th>
<th class="text-center small" colspan="'.$second_colspan.'">
'.(!$has_split_payment && !$has_sconto_finale ? $etichette['totale_finale'] : $etichette['totale_parziale']).'
'.(!$has_sconto_finale ? $etichette['totale_finale'] : $etichette['totale_parziale']).'
</th>
</tr>';