Added report in config/schools.py

This commit is contained in:
Manas Solanki
2017-05-05 15:04:59 +05:30
parent c4125b32ee
commit 85480b3af7
3 changed files with 44 additions and 16 deletions

View File

@@ -137,7 +137,14 @@ def get_data():
{
"type": "doctype",
"name": "Assessment Result Tool"
}
},
{
"type": "report",
"is_query_report": True,
"name": "Course wise Assessment Report",
"doctype": "Assessment Result"
},
]
},
{