diff --git a/modules/anagrafiche/edit.php b/modules/anagrafiche/edit.php index 62a3c3c85..0a57bc005 100644 --- a/modules/anagrafiche/edit.php +++ b/modules/anagrafiche/edit.php @@ -66,7 +66,7 @@ if (!$cliente) {
- {[ "type": "text", "label": "", "name": "codice", "required": 1, "class": "text-center", "value": "$codice$" ]} + {[ "type": "text", "label": "", "name": "codice", "required": 1, "class": "text-center alphanumeric-mask", "value": "$codice$", "maxlength": 20 ]}
@@ -92,11 +92,11 @@ if (!$cliente) {
- {[ "type": "text", "label": "", "maxlength": 13, "name": "piva", "class": "text-center alphanumeric-mask", "value": "$piva$" ]} + {[ "type": "text", "label": "", "maxlength": 13, "name": "piva", "class": "text-center alphanumeric-mask text-uppercase", "value": "$piva$" ]}
- {[ "type": "text", "label": "", "maxlength": 16, "name": "codice_fiscale", "class": "text-center alphanumeric-mask", "value": "$codice_fiscale$" ]} + {[ "type": "text", "label": "", "maxlength": 16, "name": "codice_fiscale", "class": "text-center alphanumeric-mask text-uppercase", "value": "$codice_fiscale$" ]}
@@ -124,7 +124,7 @@ if (!$cliente) {
- {[ "type": "text", "label": "", "name": "provincia", "maxlength": 2, "class": "text-center", "value": "$provincia$" ]} + {[ "type": "text", "label": "", "name": "provincia", "maxlength": 2, "class": "text-center text-uppercase", "value": "$provincia$" ]}