mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 08:32:24 +00:00
chore: linting issues
This commit is contained in:
@@ -27,12 +27,17 @@ class Supplier(TransactionBase):
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from erpnext.accounts.doctype.allowed_to_transact_with.allowed_to_transact_with import AllowedToTransactWith
|
||||
from erpnext.accounts.doctype.party_account.party_account import PartyAccount
|
||||
from erpnext.buying.doctype.customer_number_at_supplier.customer_number_at_supplier import CustomerNumberAtSupplier
|
||||
from erpnext.utilities.doctype.portal_user.portal_user import PortalUser
|
||||
from frappe.types import DF
|
||||
|
||||
from erpnext.accounts.doctype.allowed_to_transact_with.allowed_to_transact_with import (
|
||||
AllowedToTransactWith,
|
||||
)
|
||||
from erpnext.accounts.doctype.party_account.party_account import PartyAccount
|
||||
from erpnext.buying.doctype.customer_number_at_supplier.customer_number_at_supplier import (
|
||||
CustomerNumberAtSupplier,
|
||||
)
|
||||
from erpnext.utilities.doctype.portal_user.portal_user import PortalUser
|
||||
|
||||
accounts: DF.Table[PartyAccount]
|
||||
allow_purchase_invoice_creation_without_purchase_order: DF.Check
|
||||
allow_purchase_invoice_creation_without_purchase_receipt: DF.Check
|
||||
|
||||
Reference in New Issue
Block a user