Skip to content

Commit

Permalink
fix: ignore user permissions for Source Warehouse in MR (backport #…
Browse files Browse the repository at this point in the history
…37102) (#37110)

fix: ignore user permissions for `Source Warehouse` in MR (#37102)

fix: ignore user permissions for Source Warehouse in MR
(cherry picked from commit fc01668)

Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
  • Loading branch information
mergify[bot] and s-aga-r authored Sep 15, 2023
1 parent 89b570e commit 727dcc5
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 727dcc5

Please sign in to comment.