mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
chore: removed uncessary comment
This commit is contained in:
@@ -1939,7 +1939,6 @@ def update_voucher_outstanding(voucher_type, voucher_no, account, party_type, pa
|
|||||||
if not voucher_type or not voucher_no:
|
if not voucher_type or not voucher_no:
|
||||||
return
|
return
|
||||||
|
|
||||||
# todo use get advanced dotypes hooks
|
|
||||||
if voucher_type in get_advance_payment_doctypes():
|
if voucher_type in get_advance_payment_doctypes():
|
||||||
ref_doc = frappe.get_lazy_doc(voucher_type, voucher_no)
|
ref_doc = frappe.get_lazy_doc(voucher_type, voucher_no)
|
||||||
ref_doc.set_total_advance_paid()
|
ref_doc.set_total_advance_paid()
|
||||||
|
|||||||
Reference in New Issue
Block a user