mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 12:08:26 +00:00
Update course_schedule.py
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user