From f9b7ce3301b96c4608d38858dfea429ab13050b3 Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Mon, 9 Sep 2019 09:33:59 +0200 Subject: [PATCH] Miglioramento informativa riga collegata a documento --- include/common/riga.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/riga.php b/include/common/riga.php index 77e8016bf..ce4c16d94 100644 --- a/include/common/riga.php +++ b/include/common/riga.php @@ -16,7 +16,7 @@ echo ' // Quantità echo '
- {[ "type": "number", "label": "'.tr('Q.tà').'", "name": "qta", "required": 1, "value": "'.$result['qta'].'", "decimals": "qta"'.(isset($result['max_qta']) ? ', "icon-after": "/ '.numberFormat($result['max_qta'], 'qta').'", "help": "'.tr("Quantità dell'elemento / quantità totale massima").'"' : '').' ]} + {[ "type": "number", "label": "'.tr('Q.tà').'", "name": "qta", "required": 1, "value": "'.$result['qta'].'", "decimals": "qta"'.(isset($result['max_qta']) ? ', "icon-after": "/ '.numberFormat($result['max_qta'], 'qta').' "' : '').' ]}
'; // Unità di misura