From b4f831a93137ad9fdc1cb83f777d006730a408aa Mon Sep 17 00:00:00 2001 From: Asmita Hase Date: Wed, 6 Aug 2025 10:42:47 +0530 Subject: [PATCH] chore: removed uncessary comment --- erpnext/accounts/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index e25ba013a3d..597eef7e828 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py @@ -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()