From ac8602c41d17f5afba300132e1355793349712ae Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Thu, 23 Sep 2021 15:42:22 +0200 Subject: [PATCH] Fix stampa bilancio --- templates/bilancio/body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bilancio/body.php b/templates/bilancio/body.php index 820ef8d74..f5aca9adb 100644 --- a/templates/bilancio/body.php +++ b/templates/bilancio/body.php @@ -134,7 +134,7 @@ echo ' '.$liv3_p['numero'].' '.$liv3_p['descrizione'].' - '.numberFormat(abs($liv3_p['totale'])).' + '.numberFormat(-$liv3_p['totale']).' '; } }