Skip to content

Commit

Permalink
Merge pull request #41146 from akhilnarang/fix-add-import
Browse files Browse the repository at this point in the history
fix(supplier): add back import that got removed by ruff
  • Loading branch information
akhilnarang authored May 2, 2024
2 parents 1cbc200 + 808dbfc commit 22c345a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions erpnext/buying/doctype/supplier/supplier.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@
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
Expand Down

0 comments on commit 22c345a

Please sign in to comment.