From 688cc05f4b6e2475e38ac5cc1d73e28c0b6df5c2 Mon Sep 17 00:00:00 2001 From: valentina Date: Thu, 26 Sep 2024 10:35:49 +0200 Subject: [PATCH] Fix stampa situazione patrimoniale --- templates/partitario_mastrino/bottom.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/partitario_mastrino/bottom.php b/templates/partitario_mastrino/bottom.php index 348a20eee..00ee917e6 100644 --- a/templates/partitario_mastrino/bottom.php +++ b/templates/partitario_mastrino/bottom.php @@ -31,13 +31,15 @@ if (get('lev') == '2' || get('lev') == '3') { } } echo ' - - - SALDO FINALE - '.moneyFormat(abs($dare), 2).' - '.moneyFormat(abs($avere), 2).' - '.moneyFormat(abs($scalare), 2).' - '; + + + SALDO FINALE + '.moneyFormat(abs($dare), 2).' + '.moneyFormat(abs($avere), 2).' + '.moneyFormat(abs($scalare), 2).' + + +'; } elseif (get('lev') == '1') { $totale_attivo = 0; $totale_passivo = 0; @@ -86,5 +88,3 @@ if (get('lev') == '2' || get('lev') == '3') { '; } - -echo '';