mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 22:58:25 +00:00
Merge pull request #31967 from rohitwaghchaure/connection-added-for-work-order
fix: material request connection on work order
This commit is contained in:
@@ -7,6 +7,6 @@ def get_data():
|
||||
"non_standard_fieldnames": {"Batch": "reference_name"},
|
||||
"transactions": [
|
||||
{"label": _("Transactions"), "items": ["Stock Entry", "Job Card", "Pick List"]},
|
||||
{"label": _("Reference"), "items": ["Serial No", "Batch"]},
|
||||
{"label": _("Reference"), "items": ["Serial No", "Batch", "Material Request"]},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user