[minor] rename notified_modifed > notified_update. Merge with #1296

This commit is contained in:
Rushabh Mehta
2015-09-10 10:30:41 +05:30
committed by Anand Doshi
parent f76d63b92a
commit d461d462aa
4 changed files with 4 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ class StatusUpdater(Document):
where name='%(name)s'""" % args)
if args.get("set_modified"):
frappe.get_doc(args["target_parent_dt"], name).notify_modified()
frappe.get_doc(args["target_parent_dt"], name).notify_update()
def update_billing_status_for_zero_amount_refdoc(self, ref_dt):
ref_fieldname = ref_dt.lower().replace(" ", "_")