From f5c2cf4b5ccc683ef79cf5a9793ad9799a326687 Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Mon, 5 Dec 2016 17:53:41 +0530 Subject: [PATCH] Updated schools.py in Config --- erpnext/config/schools.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py index b1700aa9565..f9696d0b46e 100644 --- a/erpnext/config/schools.py +++ b/erpnext/config/schools.py @@ -73,17 +73,20 @@ def get_data(): { "type": "report", "is_query_report": True, - "name": "Absent Student Report" + "name": "Absent Student Report", + "doctype": "Student Attendance" }, { "type": "report", "is_query_report": True, - "name": "Student Batch-Wise Attendance" + "name": "Student Batch-Wise Attendance", + "doctype": "Student Attendance" }, { "type": "report", "is_query_report": True, - "name": "Student Monthly Attendance Sheet" + "name": "Student Monthly Attendance Sheet", + "doctype": "Student Attendance" } ] },