fix(Auto Repeat): after_save is not a valid DocType controller hook
This commit is contained in:
parent
c8f42fe15d
commit
67f7e7148e
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class AutoRepeat(Document):
|
|||
if start_date <= today_date:
|
||||
self.start_date = today_date
|
||||
|
||||
def after_save(self):
|
||||
def on_update(self):
|
||||
frappe.get_doc(self.reference_doctype, self.reference_document).notify_update()
|
||||
|
||||
def on_trash(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue