From dafef491f3919430ec47cd70ba446d9de4da5fe7 Mon Sep 17 00:00:00 2001 From: RitvikSardana Date: Sat, 2 Sep 2023 18:58:45 +0530 Subject: [PATCH] chore: code cleanup --- erpnext/accounts/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index 8ea89bb8b0e7..1aefeaacf787 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py @@ -918,7 +918,6 @@ def get_outstanding_invoices( precision = frappe.get_precision("Sales Invoice", "outstanding_amount") or 2 if account: - # breakpoint() root_type, account_type = frappe.get_cached_value( "Account", account, ["root_type", "account_type"] )