mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
Fix the demo for the schools (#8879)
* Fix the demo for the schools * Fix for the demo https://github.com/frappe/erpnext/issues/6347
This commit is contained in:
committed by
Nabin Hait
parent
fa16b849a0
commit
f60bd60012
10
erpnext/demo/data/student_batch_name.json
Normal file
10
erpnext/demo/data/student_batch_name.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"doctype": "Student Batch Name",
|
||||
"batch_name": "Section-A"
|
||||
},
|
||||
{
|
||||
"doctype": "Student Batch Name",
|
||||
"batch_name": "Section-B"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user