Added school setting

This commit is contained in:
Manas Solanki
2017-04-05 14:55:06 +05:30
committed by Nabin Hait
parent a6d1876958
commit 79683d0871
5 changed files with 173 additions and 0 deletions

View File

@@ -205,6 +205,10 @@ def get_data():
{
"type": "doctype",
"name": "Academic Year"
},
{
"type": "doctype",
"name": "School Settings"
}
]
},