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)]).')':'').'' .'