mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 18:45:20 +00:00
Merge branch 'develop' into fleet-moved-to-hr
This commit is contained in:
@@ -228,15 +228,6 @@ def get_data():
|
||||
"_doctype": "Student Applicant",
|
||||
"type": "list"
|
||||
},
|
||||
{
|
||||
"module_name": "Assessment",
|
||||
"color": "#8a70be",
|
||||
"icon": "fa fa-file-text-alt",
|
||||
"label": _("Assessment"),
|
||||
"link": "List/Assessment",
|
||||
"_doctype": "Assessment",
|
||||
"type": "list"
|
||||
},
|
||||
{
|
||||
"module_name": "Fees",
|
||||
"color": "#83C21E",
|
||||
|
||||
@@ -112,7 +112,7 @@ def get_data():
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Assessment"
|
||||
"name": "Assessment Plan"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
@@ -120,7 +120,19 @@ def get_data():
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Grading Structure"
|
||||
"name": "Assessment Result"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Grading Scale"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Evaluation Criteria"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Assessment Result Tool"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user