mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix: Config bug, added type doctype
This commit is contained in:
@@ -189,6 +189,7 @@ def get_data():
|
|||||||
"name": "Program",
|
"name": "Program",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"type": "doctype",
|
||||||
"name": "Course",
|
"name": "Course",
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
},
|
},
|
||||||
@@ -201,6 +202,7 @@ def get_data():
|
|||||||
"name": "Topic",
|
"name": "Topic",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"type": "doctype",
|
||||||
"name": "Instructor",
|
"name": "Instructor",
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user