mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
Added Guardian to school module
This commit is contained in:
@@ -6,11 +6,14 @@ def get_data():
|
||||
{
|
||||
"label": _("Student"),
|
||||
"items": [
|
||||
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Student"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Guardian"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Student Log"
|
||||
|
||||
Reference in New Issue
Block a user