Merge pull request #30900 from alyf-de/bank-account-website

feat: remove website from bank account
This commit is contained in:
Deepesh Garg 2022-05-06 13:01:28 +05:30 committed by GitHub
commit cf4128edba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@
"bank_account_no", "bank_account_no",
"address_and_contact", "address_and_contact",
"address_html", "address_html",
"website",
"column_break_13", "column_break_13",
"contact_html", "contact_html",
"integration_details_section", "integration_details_section",
@ -156,11 +155,6 @@
"fieldtype": "HTML", "fieldtype": "HTML",
"label": "Address HTML" "label": "Address HTML"
}, },
{
"fieldname": "website",
"fieldtype": "Data",
"label": "Website"
},
{ {
"fieldname": "column_break_13", "fieldname": "column_break_13",
"fieldtype": "Column Break" "fieldtype": "Column Break"
@ -208,7 +202,7 @@
} }
], ],
"links": [], "links": [],
"modified": "2020-10-23 16:48:06.303658", "modified": "2022-05-04 15:49:42.620630",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Bank Account", "name": "Bank Account",
@ -243,5 +237,6 @@
"search_fields": "bank,account", "search_fields": "bank,account",
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [],
"track_changes": 1 "track_changes": 1
} }