mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
fix(supplier): add back import that got removed by ruff
It isn't unused, just isn't directly called
Fixes 3effaf21ef
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
@@ -15,9 +15,14 @@ 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