Merge pull request #7142 from neilLasrado/develop
Updated schools.py in Config
This commit is contained in:
commit
cc43c2f5aa
@ -73,17 +73,20 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Absent Student Report"
|
"name": "Absent Student Report",
|
||||||
|
"doctype": "Student Attendance"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Student Batch-Wise Attendance"
|
"name": "Student Batch-Wise Attendance",
|
||||||
|
"doctype": "Student Attendance"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"name": "Student Monthly Attendance Sheet"
|
"name": "Student Monthly Attendance Sheet",
|
||||||
|
"doctype": "Student Attendance"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user