diff --git a/modules/banche/add.php b/modules/banche/add.php
index a589e6311..5744b643d 100755
--- a/modules/banche/add.php
+++ b/modules/banche/add.php
@@ -46,6 +46,20 @@ echo '
+
+
+ {[ "type": "select", "label": "'.tr('Nazione').'", "name": "id_nazione", "ajax-source": "nazioni" ]}
+
+
+
+ {[ "type": "text", "label": "'.tr('Codice banca nazionale (ABI)').'", "name": "bank_code", "class": "alphanumeric-mask" ]}
+
+
+
+ {[ "type": "text", "label": "'.tr('Codice filiale (CAB)').'", "name": "branch_code", "class": "alphanumeric-mask" ]}
+
+
+