chore: removed uncessary comment

This commit is contained in:
Asmita Hase
2025-08-06 10:42:47 +05:30
parent a273147b6e
commit b4f831a931

View File

@@ -1939,7 +1939,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()