Updated schools.py in Config
This commit is contained in:
parent
3f1c50a483
commit
9e7ad6a630
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user