fix: Remove cost center filter from customer credit balance report
diff --git a/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py b/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py
index 2e0d4ed..ee0d72b 100644
--- a/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py
+++ b/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py
@@ -5,7 +5,7 @@
 import frappe
 from frappe import _
 from frappe.utils import flt
-from erpnext.selling.doctype.customer.customer importget_customer_outstanding, get_credit_limit
+from erpnext.selling.doctype.customer.customer import get_customer_outstanding, get_credit_limit
 
 def execute(filters=None):
 	if not filters: filters = {}