Rimuovere l'obbligatorietà del campo BIC in gestione banche

This commit is contained in:
Emanuele "ToX" Toscano 2023-03-21 17:39:43 +01:00
parent a8644fe16b
commit c91406196f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ include_once __DIR__.'/../../core.php';
</div>
<div class="col-md-4">
{[ "type": "text", "label": "<?php echo tr('BIC'); ?>", "name": "bic", "required": "1", "class": "alphanumeric-mask", "minlength": 8, "maxlength": 11, "value": "$bic$", "help": "<?php echo $help_codice_bic; ?>" ]}
{[ "type": "text", "label": "<?php echo tr('BIC'); ?>", "name": "bic", "class": "alphanumeric-mask", "minlength": 8, "maxlength": 11, "value": "$bic$", "help": "<?php echo $help_codice_bic; ?>" ]}
</div>
</div>