Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Sep 2, 2023
1 parent c675f9a commit dafef49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/accounts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
)
Expand Down

0 comments on commit dafef49

Please sign in to comment.