Skip to content

Commit

Permalink
Merge pull request #268 from RitvikSardana/develop-ritvik-student-email
Browse files Browse the repository at this point in the history
fix: student_email_if field required
  • Loading branch information
RitvikSardana committed Jun 10, 2024
2 parents 7c8ad48 + 1c3b505 commit 3af4bb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion education/education/doctype/student/student.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"fieldtype": "Data",
"in_global_search": 1,
"label": "Student Email Address",
"reqd": 1,
"unique": 1
},
{
Expand Down Expand Up @@ -350,7 +351,7 @@
"link_fieldname": "student"
}
],
"modified": "2024-01-25 14:31:30.675199",
"modified": "2024-06-07 16:52:48.135292",
"modified_by": "Administrator",
"module": "Education",
"name": "Student",
Expand Down

0 comments on commit 3af4bb0

Please sign in to comment.