fix(stock): add stock entry in batch master connection

This commit is contained in:
Sudharsanan11
2026-04-26 00:02:10 +05:30
parent f572bc51e1
commit fee5bcadb2

View File

@@ -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"]},
],
}