Update course_schedule.py

This commit is contained in:
Nabin Hait 2017-04-24 19:00:37 +05:30
parent 6293263095
commit 4cc5e61f60

View File

@ -13,7 +13,6 @@ class CourseSchedule(Document):
self.set_title()
self.validate_mandatory()
self.validate_course()
# self.set_student_batch()
self.validate_date()
self.validate_overlap()