diff --git a/templates/fatture/footer.php b/templates/fatture/footer.php index 45f54c823..7c1555061 100755 --- a/templates/fatture/footer.php +++ b/templates/fatture/footer.php @@ -57,7 +57,7 @@ $peso_lordo = $documento->peso ?: $documento->peso_calcolato; $width = round(100 / ($show_sconto ? 5 : 3), 2); $has_rivalsa = !empty($rivalsa); -$has_ritenuta = !empty($record['ritenutaacconto']) || !empty($documento->totale_ritenuta_contributi) || !empty($record['split_payment']); +$has_ritenuta = !empty($record['ritenutaacconto']) || !empty($documento->totale_ritenuta_contributi); $has_split_payment = !empty($record['split_payment']); $has_sconto_finale = !empty($sconto_finale); @@ -246,7 +246,7 @@ echo " "; -if ($has_ritenuta || $show_sconto) { +if ($has_ritenuta || $show_sconto || $has_rivalsa) { echo "