mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
Merge branch 'add_delivery' of https://github.com/creamdory/erpnext into creamdory-add_delivery
This commit is contained in:
@@ -132,6 +132,16 @@ def get_data():
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": _("Fulfilment"),
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Delivery Trip",
|
||||
"description": _("Delivery Trip service tours to customers.")
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": _("Tools"),
|
||||
"icon": "fa fa-wrench",
|
||||
|
||||
Reference in New Issue
Block a user