Skip to content

Commit

Permalink
fix: Material Request reference in internal Sales Order
Browse files Browse the repository at this point in the history
(cherry picked from commit 78b438f)
  • Loading branch information
s-aga-r authored and mergify[bot] committed Dec 12, 2022
1 parent ce63086 commit 416d178
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion erpnext/selling/doctype/sales_order/sales_order_dashboard.py
Expand Up @@ -12,7 +12,10 @@ def get_data():
"Auto Repeat": "reference_document",
"Maintenance Visit": "prevdoc_docname",
},
"internal_links": {"Quotation": ["items", "prevdoc_docname"]},
"internal_links": {
"Quotation": ["items", "prevdoc_docname"],
"Material Request": ["items", "material_request"],
},
"transactions": [
{
"label": _("Fulfillment"),
Expand Down

0 comments on commit 416d178

Please sign in to comment.