Merge pull request #40844 from HarryPaulo/notify-update-for-doc

fix: notify update when update outstanding amount
This commit is contained in:
Deepesh Garg
2024-04-10 20:43:49 +05:30
committed by GitHub

View File

@@ -1723,6 +1723,7 @@ def update_voucher_outstanding(voucher_type, voucher_no, account, party_type, pa
) )
ref_doc.set_status(update=True) ref_doc.set_status(update=True)
ref_doc.notify_update()
def delink_original_entry(pl_entry, partial_cancel=False): def delink_original_entry(pl_entry, partial_cancel=False):