commit | f4d1b18895838b2b9dba779a6e543294f41c3b8e | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Apr 11 11:34:59 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Apr 11 11:34:59 2016 +0530 |
tree | 8c3aead2281a48f94bce85380af03cf4496dfd40 | |
parent | 4e10a6114120d8c9516623385b49f444131013ee [diff] |
[hooks] notify party on_change
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 1a521c6..9fc0175 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -137,7 +137,7 @@ # bubble transaction notification on master ('Opportunity', 'Quotation', 'Sales Order', 'Sales Invoice', 'Supplier Quotation', 'Purchase Order', 'Purchase Invoice', 'Project', 'Issue'): { - 'on_update': 'erpnext.accounts.party_status.notify_status' + 'on_change': 'erpnext.accounts.party_status.notify_status' } }