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

This commit is contained in:
Rushabh Mehta
2015-09-10 10:30:41 +05:30
parent 5f90f7096d
commit bc23e5ac5c
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(" ", "_")