1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-04 17:57:48 +01:00

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

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>