From 663ade2ce1bb871a4786e495678f771fb711fea5 Mon Sep 17 00:00:00 2001 From: valentina Date: Mon, 14 Oct 2024 08:48:11 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20modifica=20percentuale=20deducibilit?= =?UTF-8?q?=C3=A0=20in=20conti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/partitario/edit_conto.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/partitario/edit_conto.php b/modules/partitario/edit_conto.php index 4b99b58b3..d20608741 100755 --- a/modules/partitario/edit_conto.php +++ b/modules/partitario/edit_conto.php @@ -50,8 +50,8 @@ $info = $dbo->fetchOne($query);
-
- {[ "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" ]}