commit | 3e216e2f950595877bb2b280fbdc5848df100ba6 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Apr 10 20:43:49 2024 +0530 |
committer | GitHub <noreply@github.com> | Wed Apr 10 20:43:49 2024 +0530 |
tree | 5c5dc9444197b22cd911b2ddca54bab469809df6 | |
parent | 20f20db179ff411f54bb58762db3989cbc97c836 [diff] | |
parent | 198b90eb01b41c79f3f6a2904d7532a53b09aec2 [diff] |
Merge pull request #40844 from HarryPaulo/notify-update-for-doc fix: notify update when update outstanding amount
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index 2edf519..65ba9af 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py
@@ -1723,6 +1723,7 @@ ) ref_doc.set_status(update=True) + ref_doc.notify_update() def delink_original_entry(pl_entry, partial_cancel=False):