mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
fix: Add missing imports
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user