chore: removed uncessary comment

(cherry picked from commit b4f831a931)
This commit is contained in:
Asmita Hase
2025-08-06 10:42:47 +05:30
committed by Mergify
parent 4cc9061990
commit 2d420ed661

View File

@@ -1909,7 +1909,6 @@ def update_voucher_outstanding(voucher_type, voucher_no, account, party_type, pa
if not voucher_type or not voucher_no:
return
# todo use get advanced dotypes hooks
if voucher_type in get_advance_payment_doctypes():
ref_doc = frappe.get_lazy_doc(voucher_type, voucher_no)
ref_doc.set_total_advance_paid()