From 2637338e599e4e381406d9ae280438151d3de3bb Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Tue, 11 Apr 2023 15:45:20 +0200 Subject: [PATCH] Fix PR #1268 --- modules/partitario/add_conto.php | 7 +++---- modules/partitario/dettagli_conto2.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/partitario/add_conto.php b/modules/partitario/add_conto.php index 5dc8285c2..1190181d6 100755 --- a/modules/partitario/add_conto.php +++ b/modules/partitario/add_conto.php @@ -39,11 +39,10 @@ $lvl = get('lvl'); {[ "type": "text", "label": "", "name": "descrizione", "required": 1 ]} -
-
- {[ "type": "number", "decimals": 0, "label": "", "name": "percentuale_deducibile", "value": "", "icon-after": "", "max-value": "100", "min-value": "0" ]} -
+
+ {[ "type": "number", "decimals": 0, "label": "", "name": "percentuale_deducibile", "value": "", "icon-after": "", "max-value": "100", "min-value": "0" ]}
+

diff --git a/modules/partitario/dettagli_conto2.php b/modules/partitario/dettagli_conto2.php index f2e1788db..af294ed51 100644 --- a/modules/partitario/dettagli_conto2.php +++ b/modules/partitario/dettagli_conto2.php @@ -128,7 +128,7 @@ if (!empty($terzo_livello)) { // Span con info del conto echo ' -  '.$conto_secondo['numero'].'.'.$conto_terzo['numero'].' '.$conto_terzo['descrizione'].' ('.tr('deducibile al _PERC_%', ['_PERC_' => Translator::numberToLocale($conto_terzo['percentuale_deducibile'], 0)]).')' .' +  '.$conto_secondo['numero'].'.'.$conto_terzo['numero'].' '.$conto_terzo['descrizione'].' '. ($conto_terzo['percentuale_deducibile'] != '100.00' ? tr('(deducibile al _PERC_%', ['_PERC_' => Translator::numberToLocale($conto_terzo['percentuale_deducibile'], 0)]).')':'').'' .'