Merge pull request #41252 from ruthra-kumar/permission_issue_on_tax_withholding_category

fix: permission issue when user permission restricts on company
This commit is contained in:
ruthra kumar
2024-04-30 11:20:18 +05:30
committed by GitHub

View File

@@ -12,6 +12,7 @@
{ {
"fieldname": "company", "fieldname": "company",
"fieldtype": "Link", "fieldtype": "Link",
"ignore_user_permissions": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Company", "label": "Company",
"options": "Company", "options": "Company",
@@ -20,6 +21,7 @@
{ {
"fieldname": "account", "fieldname": "account",
"fieldtype": "Link", "fieldtype": "Link",
"ignore_user_permissions": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Account", "label": "Account",
"options": "Account", "options": "Account",
@@ -28,7 +30,7 @@
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2024-03-27 13:10:52.419915", "modified": "2024-04-30 10:26:48.218294",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Tax Withholding Account", "name": "Tax Withholding Account",