commit | 086da451caaf89b0c6d9bdf8fbee822bf19f6cfc | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Mon Jul 30 19:11:14 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jul 30 19:11:14 2018 +0530 |
tree | 6f9847597ea5aa788b468c74dfb789e433eeffb5 | |
parent | 91d2ace9bbbe31a3fbe0622a970e93857a0c27d5 [diff] |
Removed academic term from validation to check duplicate program enrollement (#15046)
diff --git a/erpnext/education/doctype/program_enrollment/program_enrollment.py b/erpnext/education/doctype/program_enrollment/program_enrollment.py index 455ad9c..320a58a 100644 --- a/erpnext/education/doctype/program_enrollment/program_enrollment.py +++ b/erpnext/education/doctype/program_enrollment/program_enrollment.py
@@ -26,7 +26,6 @@ "student": self.student, "program": self.program, "academic_year": self.academic_year, - "academic_term": self.academic_term, "docstatus": ("<", 2), "name": ("!=", self.name) })