mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
Added the travel request on the config page
This commit is contained in:
@@ -142,7 +142,7 @@ def get_data():
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": _("Expense Claim"),
|
||||
"label": _("Travel and Expense Claim"),
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
@@ -156,6 +156,10 @@ def get_data():
|
||||
"type": "doctype",
|
||||
"name": "Expense Claim Type",
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Travel Request",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user