Merge pull request #40946 from frappe/mergify/bp/version-15-hotfix/pr-40844

fix: notify update when update outstanding amount (#40844)
This commit is contained in:
Deepesh Garg
2024-04-10 21:22:42 +05:30
committed by GitHub

View File

@@ -1707,6 +1707,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):