Skip to content

Commit

Permalink
fix: Service Request - add super() to validate method
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkrishna619 committed Nov 1, 2023
1 parent 9ea09c4 commit a9d6f03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

class ServiceRequest(ServiceRequestController):
def validate(self):
super().validate()
if self.template_dt and self.template_dn and not self.codification_table:
template_doc = frappe.get_doc(self.template_dt, self.template_dn)
for mcode in template_doc.codification_table:
Expand Down

0 comments on commit a9d6f03

Please sign in to comment.