Added Guardian to school module
This commit is contained in:
parent
340c9d327a
commit
986927ca98
@ -6,11 +6,14 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"label": _("Student"),
|
"label": _("Student"),
|
||||||
"items": [
|
"items": [
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Student"
|
"name": "Student"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Guardian"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Student Log"
|
"name": "Student Log"
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
"ignore_user_permissions": 0,
|
"ignore_user_permissions": 0,
|
||||||
"ignore_xss_filter": 0,
|
"ignore_xss_filter": 0,
|
||||||
"in_filter": 0,
|
"in_filter": 0,
|
||||||
"in_list_view": 0,
|
"in_list_view": 1,
|
||||||
"in_standard_filter": 0,
|
"in_standard_filter": 0,
|
||||||
"label": "Email Address",
|
"label": "Email Address",
|
||||||
"length": 0,
|
"length": 0,
|
||||||
@ -79,7 +79,7 @@
|
|||||||
"ignore_user_permissions": 0,
|
"ignore_user_permissions": 0,
|
||||||
"ignore_xss_filter": 0,
|
"ignore_xss_filter": 0,
|
||||||
"in_filter": 0,
|
"in_filter": 0,
|
||||||
"in_list_view": 0,
|
"in_list_view": 1,
|
||||||
"in_standard_filter": 0,
|
"in_standard_filter": 0,
|
||||||
"label": "Mobile Number",
|
"label": "Mobile Number",
|
||||||
"length": 0,
|
"length": 0,
|
||||||
@ -414,7 +414,7 @@
|
|||||||
"issingle": 0,
|
"issingle": 0,
|
||||||
"istable": 0,
|
"istable": 0,
|
||||||
"max_attachments": 0,
|
"max_attachments": 0,
|
||||||
"modified": "2016-12-20 11:53:22.325958",
|
"modified": "2016-12-28 16:14:58.836437",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Schools",
|
"module": "Schools",
|
||||||
"name": "Guardian",
|
"name": "Guardian",
|
||||||
|
Loading…
Reference in New Issue
Block a user