diff --git a/erpnext/buying/doctype/supplier/supplier.py b/erpnext/buying/doctype/supplier/supplier.py index b472f59a650..0df17fdd4b9 100644 --- a/erpnext/buying/doctype/supplier/supplier.py +++ b/erpnext/buying/doctype/supplier/supplier.py @@ -15,14 +15,9 @@ from erpnext.accounts.party import ( get_dashboard_info, validate_party_accounts, ) -from erpnext.accounts.party import ( - get_timeline_data as get_party_timeline_data, -) from erpnext.controllers.website_list_for_contact import add_role_for_portal_user from erpnext.utilities.transaction_base import TransactionBase -get_timeline_data = get_party_timeline_data - class Supplier(TransactionBase): # begin: auto-generated types