From 591b57a02a80218117472262ef5057ddd3c3c151 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Thu, 9 Sep 2021 11:22:04 +0530 Subject: [PATCH] fix: Add missing imports --- erpnext/selling/doctype/customer/customer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/selling/doctype/customer/customer.py b/erpnext/selling/doctype/customer/customer.py index 59e430b17a6..437160c753e 100644 --- a/erpnext/selling/doctype/customer/customer.py +++ b/erpnext/selling/doctype/customer/customer.py @@ -15,6 +15,8 @@ from frappe.model.rename_doc import update_linked_doctypes from frappe.model.mapper import get_mapped_doc from frappe.utils.user import get_users_with_role +from erpnext.accounts.party import get_dashboard_info, validate_party_accounts +from erpnext.utilities.transaction_base import TransactionBase class Customer(TransactionBase): def get_feed(self):