fix: Ignore user perm in Bank Reco Tool for company
(cherry picked from commit 9f346e7ba0)
# Conflicts:
# erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
{
|
||||
"fieldname": "company",
|
||||
"fieldtype": "Link",
|
||||
"ignore_user_permissions": 1,
|
||||
"label": "Company",
|
||||
"options": "Company"
|
||||
},
|
||||
@@ -118,7 +119,11 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"issingle": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2023-03-07 11:02:24.535714",
|
||||
=======
|
||||
"modified": "2024-04-28 14:40:50.910884",
|
||||
>>>>>>> 9f346e7ba0 (fix: Ignore user perm in Bank Reco Tool for company)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "Bank Reconciliation Tool",
|
||||
|
||||
Reference in New Issue
Block a user