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