Skip to content

Commit 85bf920

Browse files
fix: allow_import_of_bank_account_by_account_manager
1 parent c4e92b3 commit 85bf920

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

erpnext/accounts/doctype/bank_account/bank_account.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"allow_copy": 0,
33
"allow_events_in_timeline": 0,
44
"allow_guest_to_view": 0,
5-
"allow_import": 0,
5+
"allow_import": 1,
66
"allow_rename": 1,
77
"autoname": "",
88
"beta": 0,
@@ -975,7 +975,7 @@
975975
"email": 1,
976976
"export": 1,
977977
"if_owner": 0,
978-
"import": 0,
978+
"import": 1,
979979
"permlevel": 0,
980980
"print": 1,
981981
"read": 1,

0 commit comments

Comments
 (0)