mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +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", "student_group")
|
||||||
|
|
||||||
validate_overlap_for(self, "Assessment", "room")
|
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):
|
def get_assessment_list(doctype, txt, filters, limit_start, limit_page_length=20):
|
||||||
|
|||||||
Reference in New Issue
Block a user