fix: Show swift number and branch code in quick entry of bank doctype
This commit is contained in:
parent
393a626834
commit
266e689c4f
@ -14,6 +14,11 @@
|
|||||||
"swift_number",
|
"swift_number",
|
||||||
"column_break_1",
|
"column_break_1",
|
||||||
"branch_code",
|
"branch_code",
|
||||||
|
"address_and_contact",
|
||||||
|
"address_html",
|
||||||
|
"website",
|
||||||
|
"column_break_13",
|
||||||
|
"contact_html",
|
||||||
"data_import_configuration_section",
|
"data_import_configuration_section",
|
||||||
"bank_transaction_mapping",
|
"bank_transaction_mapping",
|
||||||
"section_break_4",
|
"section_break_4",
|
||||||
@ -33,6 +38,7 @@
|
|||||||
"label": "Bank Details"
|
"label": "Bank Details"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"allow_in_quick_entry": 1,
|
||||||
"fieldname": "swift_number",
|
"fieldname": "swift_number",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
@ -47,6 +53,7 @@
|
|||||||
"search_index": 1
|
"search_index": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"allow_in_quick_entry": 1,
|
||||||
"fieldname": "branch_code",
|
"fieldname": "branch_code",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
@ -55,6 +62,31 @@
|
|||||||
"reqd": 0,
|
"reqd": 0,
|
||||||
"unique": 1
|
"unique": 1
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "address_and_contact",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Address and Contact",
|
||||||
|
"options": "fa fa-map-marker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "address_html",
|
||||||
|
"fieldtype": "HTML",
|
||||||
|
"label": "Address HTML"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "website",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Website"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_13",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "contact_html",
|
||||||
|
"fieldtype": "HTML",
|
||||||
|
"label": "Contact HTML"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"collapsible": 1,
|
"collapsible": 1,
|
||||||
"fieldname": "data_import_configuration_section",
|
"fieldname": "data_import_configuration_section",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user