commit | e6fb25cce89d2a4c3dec5e417a9c8e5be58d1b83 | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Thu Dec 01 16:01:58 2016 +0530 |
committer | Neil Trini Lasrado <neil@frappe.io> | Thu Dec 01 16:02:11 2016 +0530 |
tree | 3eb7bdacbeb551c0414f7124ebbaea9612f72045 | |
parent | f129fd46951ea497ae5ef97147309c6aa78d4ca6 [diff] [blame] |
Fixes for Student Batch-Wise Attendance report
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py index 80e3274..c35c1f2 100644 --- a/erpnext/config/schools.py +++ b/erpnext/config/schools.py
@@ -79,7 +79,7 @@ { "type": "report", "is_query_report": True, - "name": "Student Batch Wise Attendance", + "name": "Student Batch-Wise Attendance", "doctype": "Attendance" }, {