mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
refactor: workstation operating component
This commit is contained in:
@@ -294,6 +294,10 @@ def install(country=None):
|
||||
{"doctype": "Market Segment", "market_segment": _("Upper Income")},
|
||||
# Warehouse Type
|
||||
{"doctype": "Warehouse Type", "name": "Transit"},
|
||||
{"doctype": "Workstation Operating Component", "component_name": _("Electricity")},
|
||||
{"doctype": "Workstation Operating Component", "component_name": _("Consumables")},
|
||||
{"doctype": "Workstation Operating Component", "component_name": _("Rent")},
|
||||
{"doctype": "Workstation Operating Component", "component_name": _("Wages")},
|
||||
]
|
||||
|
||||
for doctype, title_field, filename in (
|
||||
|
||||
Reference in New Issue
Block a user