Skip to content

Commit 80b7230

Browse files
fix: minore creazione banca
1 parent d68aa34 commit 80b7230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/banche/add.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</div>
4545
4646
<div class="col-md-4">
47-
{[ "type": "text", "label": "'.tr('BIC').'", "name": "bic", "required": "1", "class": "alphanumeric-mask", "minlength": 8, "maxlength": 11, "value": "$bic$", "help": "'.$help_codice_bic.'" ]}
47+
{[ "type": "text", "label": "'.tr('BIC').'", "name": "bic", "class": "alphanumeric-mask", "minlength": 8, "maxlength": 11, "value": "$bic$", "help": "'.$help_codice_bic.'" ]}
4848
</div>
4949
</div>
5050

0 commit comments

Comments
 (0)