Skip to content

Commit

Permalink
Merge pull request #37928 from s-aga-r/FIX-5227
Browse files Browse the repository at this point in the history
fix: make `Material Request Item` required if `Material Request` is set in PO
  • Loading branch information
s-aga-r authored Nov 6, 2023
2 parents 34d3eb8 + a9d9118 commit 1754d02
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
"fieldname": "material_request",
"fieldtype": "Link",
"label": "Material Request",
"mandatory_depends_on": "eval: doc.material_request_item",
"no_copy": 1,
"oldfieldname": "prevdoc_docname",
"oldfieldtype": "Link",
Expand All @@ -485,6 +486,7 @@
"fieldtype": "Data",
"hidden": 1,
"label": "Material Request Item",
"mandatory_depends_on": "eval: doc.material_request",
"no_copy": 1,
"oldfieldname": "prevdoc_detail_docname",
"oldfieldtype": "Data",
Expand Down Expand Up @@ -914,7 +916,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2023-10-27 15:50:42.655573",
"modified": "2023-11-06 11:00:53.596417",
"modified_by": "Administrator",
"module": "Buying",
"name": "Purchase Order Item",
Expand Down

0 comments on commit 1754d02

Please sign in to comment.