mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
Minor fix in assesment
This commit is contained in:
@@ -34,7 +34,7 @@ class Assessment(Document):
|
||||
validate_overlap_for(self, "Assessment", "student_group")
|
||||
|
||||
validate_overlap_for(self, "Assessment", "room")
|
||||
validate_overlap_for(self, "Assessment", "supervisor", self.instructor)
|
||||
validate_overlap_for(self, "Assessment", "supervisor", self.supervisor)
|
||||
|
||||
|
||||
def get_assessment_list(doctype, txt, filters, limit_start, limit_page_length=20):
|
||||
|
||||
Reference in New Issue
Block a user