From 4d4c6a5634752954d98dae3d4603a37125ae632e Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Fri, 3 Jul 2020 15:18:57 +0200 Subject: [PATCH] Correzione blocco campi per Anagrafiche --- modules/anagrafiche/add.php | 47 ++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/modules/anagrafiche/add.php b/modules/anagrafiche/add.php index 365d6ac55..d5a7482a5 100755 --- a/modules/anagrafiche/add.php +++ b/modules/anagrafiche/add.php @@ -14,7 +14,7 @@ echo '
- {[ "type": "text", "label": "'.tr('Denominazione').'", "name": "ragione_sociale", "required": 1 ]} + {[ "type": "text", "label": "'.tr('Denominazione').'", "name": "ragione_sociale", "id": "ragione_sociale_add", "required": 1 ]}
@@ -25,11 +25,11 @@ echo '
- {[ "type": "text", "label": "'.tr('Cognome').'", "name": "cognome", "required": 0 ]} + {[ "type": "text", "label": "'.tr('Cognome').'", "name": "cognome", "id": "cognome_add", "required": 0 ]}
- {[ "type": "text", "label": "'.tr('Nome').'", "name": "nome", "id": "nome_", "required": 0 ]} + {[ "type": "text", "label": "'.tr('Nome').'", "name": "nome", "id": "nome_add", "required": 0 ]}
'; @@ -124,31 +124,40 @@ echo ' ?>