Skip to content

Commit

Permalink
fix: ignore user permissions for Source Warehouse in MR
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Sep 15, 2023
1 parent 2f7b3bb commit 3233602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erpnext/stock/doctype/material_request/material_request.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
"depends_on": "eval:doc.material_request_type == 'Material Transfer'",
"fieldname": "set_from_warehouse",
"fieldtype": "Link",
"ignore_user_permissions": 1,
"label": "Set Source Warehouse",
"options": "Warehouse"
},
Expand Down Expand Up @@ -356,7 +357,7 @@
"idx": 70,
"is_submittable": 1,
"links": [],
"modified": "2023-07-25 17:19:31.662662",
"modified": "2023-09-15 12:07:24.789471",
"modified_by": "Administrator",
"module": "Stock",
"name": "Material Request",
Expand Down

0 comments on commit 3233602

Please sign in to comment.