commit | 9cad9439a1b7442e35cd9b6341f83df181256142 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scm.mymail@gmail.com> | Wed Jun 05 17:52:21 2019 +0530 |
committer | Shivam Mishra <scm.mymail@gmail.com> | Wed Jun 05 17:52:21 2019 +0530 |
tree | 05eb26dcb0bf6fb8e1ecf8393102d74c48975c61 | |
parent | 7597baab950183fdb3ac5c58eaa8b33b85353240 [diff] |
fix: travis fixes for education setup
diff --git a/erpnext/education/setup.py b/erpnext/education/setup.py index 9d16ebe..5c40928 100644 --- a/erpnext/education/setup.py +++ b/erpnext/education/setup.py
@@ -45,4 +45,4 @@ "desk_access": 0, "restrict_to_domain": "Education" }) - student.insert() + student_role.insert()