diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index 2edf519ccd1..65ba9afef48 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py @@ -1723,6 +1723,7 @@ def update_voucher_outstanding(voucher_type, voucher_no, account, party_type, pa ) ref_doc.set_status(update=True) + ref_doc.notify_update() def delink_original_entry(pl_entry, partial_cancel=False):