commit | 198b90eb01b41c79f3f6a2904d7532a53b09aec2 | [log] [tgz] |
---|---|---|
author | HarryPaulo <paulo_fabris@hotmail.com> | Tue Apr 02 18:50:51 2024 -0300 |
committer | HarryPaulo <paulo_fabris@hotmail.com> | Tue Apr 02 18:50:51 2024 -0300 |
tree | 551cd21774455bd6e6c51bfb59dfdfd7881e737e | |
parent | f67f163e7d06933e15bbffd3c0e0b7ede8724ee2 [diff] |
fix: notify update when update outstanding amount - Linters
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index be8a810..964d5ee 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py
@@ -1711,6 +1711,7 @@ ref_doc.set_status(update=True) ref_doc.notify_update() + def delink_original_entry(pl_entry, partial_cancel=False): if pl_entry: ple = qb.DocType("Payment Ledger Entry")