mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 10:08:30 +00:00
fix(stock): add stock entry in batch master connection
This commit is contained in:
@@ -7,7 +7,7 @@ def get_data():
|
||||
"transactions": [
|
||||
{"label": _("Buy"), "items": ["Purchase Invoice", "Purchase Receipt"]},
|
||||
{"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"]},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user