mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-20 15:25:13 +00:00
chore: removed uncessary comment
(cherry picked from commit b4f831a931)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user