From c91406196f69480328bc6c7dc11276fafa923176 Mon Sep 17 00:00:00 2001 From: "Emanuele \"ToX\" Toscano" Date: Tue, 21 Mar 2023 17:39:43 +0100 Subject: [PATCH] =?UTF-8?q?Rimuovere=20l'obbligatoriet=C3=A0=20del=20campo?= =?UTF-8?q?=20BIC=20in=20gestione=20banche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/banche/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/banche/edit.php b/modules/banche/edit.php index e37d81672..f1c66be7b 100644 --- a/modules/banche/edit.php +++ b/modules/banche/edit.php @@ -60,7 +60,7 @@ include_once __DIR__.'/../../core.php';
- {[ "type": "text", "label": "", "name": "bic", "required": "1", "class": "alphanumeric-mask", "minlength": 8, "maxlength": 11, "value": "$bic$", "help": "" ]} + {[ "type": "text", "label": "", "name": "bic", "class": "alphanumeric-mask", "minlength": 8, "maxlength": 11, "value": "$bic$", "help": "" ]}