mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Updated schools.py in Config
This commit is contained in:
@@ -73,20 +73,17 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Absent Student Report",
|
"name": "Absent Student Report"
|
||||||
"doctype": "Attendance"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Student Batch-Wise Attendance",
|
"name": "Student Batch-Wise Attendance"
|
||||||
"doctype": "Attendance"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Student Monthly Attendance Sheet",
|
"name": "Student Monthly Attendance Sheet"
|
||||||
"doctype": "Attendance"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user