commit | d9bc5598b651170bd4768e0f27701cb1d06f8c7f | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Thu Nov 17 15:35:54 2016 +0530 |
committer | Neil Trini Lasrado <neil@frappe.io> | Thu Nov 17 15:36:14 2016 +0530 |
tree | 58c503014e760e1d67606795dda6c08866beaf65 | |
parent | d4e8b297cd75c03c4afbc49792b610bc24f6098a [diff] [blame] |
Added ability to mark attendance against a Student Batch
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py index 6acf081..41a8e71 100644 --- a/erpnext/config/schools.py +++ b/erpnext/config/schools.py
@@ -73,6 +73,10 @@ }, { "type": "doctype", + "name": "Student Batch Attendance Tool" + }, + { + "type": "doctype", "name": "Scheduling Tool" } ]