mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
fix(stock): add stock entry in batch master connection
(cherry picked from commit fee5bcadb2)
This commit is contained in:
@@ -7,7 +7,7 @@ def get_data():
|
|||||||
"transactions": [
|
"transactions": [
|
||||||
{"label": _("Buy"), "items": ["Purchase Invoice", "Purchase Receipt"]},
|
{"label": _("Buy"), "items": ["Purchase Invoice", "Purchase Receipt"]},
|
||||||
{"label": _("Sell"), "items": ["Sales Invoice", "Delivery Note"]},
|
{"label": _("Sell"), "items": ["Sales Invoice", "Delivery Note"]},
|
||||||
{"label": _("Move"), "items": ["Serial and Batch Bundle"]},
|
{"label": _("Move"), "items": ["Stock Entry", "Serial and Batch Bundle"]},
|
||||||
{"label": _("Quality"), "items": ["Quality Inspection"]},
|
{"label": _("Quality"), "items": ["Quality Inspection"]},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user