mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-02 18:14:50 +00:00
Merge pull request #48992 from frappe/mergify/bp/version-15-hotfix/pr-48949
feat: add Manufacture section to project dashboard to show linked Work Orders (backport #48949)
This commit is contained in:
@@ -14,5 +14,6 @@ def get_data():
|
||||
{"label": _("Material"), "items": ["Material Request", "BOM", "Stock Entry"]},
|
||||
{"label": _("Sales"), "items": ["Sales Order", "Delivery Note", "Sales Invoice"]},
|
||||
{"label": _("Purchase"), "items": ["Purchase Order", "Purchase Receipt", "Purchase Invoice"]},
|
||||
{"label": _("Manufacture"), "items": ["Work Order"]},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user