Skip to content

Commit

Permalink
Adding CRC Admission form
Browse files Browse the repository at this point in the history
  • Loading branch information
maniamartial committed Oct 20, 2023
1 parent 6561c7a commit a6cc597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


class CRCAdmissions(Document):
def validate(self):
def before_save(self):
self.calculate_actual_duration()

def calculate_actual_duration(self):
Expand Down

0 comments on commit a6cc597

Please sign in to comment.