From 5cd293b0dc8fedd9053cdd6da29647b6cb9d1018 Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Fri, 16 Oct 2020 20:24:52 +0200 Subject: [PATCH] Correzione decimali in Pagamenti (#896) --- modules/pagamenti/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pagamenti/edit.php b/modules/pagamenti/edit.php index 3897a719d..0a5a419de 100755 --- a/modules/pagamenti/edit.php +++ b/modules/pagamenti/edit.php @@ -190,7 +190,7 @@ echo '
- {[ "type": "number", "label": "'.tr('Percentuale').'", "name": "percentuale[-id-]", "icon-after": "" ]} + {[ "type": "number", "label": "'.tr('Percentuale').'", "decimals": "2", "name": "percentuale[-id-]", "icon-after": "" ]}