mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
Revert "fix(supplier): add back import that got removed by ruff"
This commit is contained in:
@@ -15,14 +15,9 @@ from erpnext.accounts.party import (
|
|||||||
get_dashboard_info,
|
get_dashboard_info,
|
||||||
validate_party_accounts,
|
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.controllers.website_list_for_contact import add_role_for_portal_user
|
||||||
from erpnext.utilities.transaction_base import TransactionBase
|
from erpnext.utilities.transaction_base import TransactionBase
|
||||||
|
|
||||||
get_timeline_data = get_party_timeline_data
|
|
||||||
|
|
||||||
|
|
||||||
class Supplier(TransactionBase):
|
class Supplier(TransactionBase):
|
||||||
# begin: auto-generated types
|
# begin: auto-generated types
|
||||||
|
|||||||
Reference in New Issue
Block a user