- removed barcodes from force_item_fields
This commit is contained in:
parent
3aaed03dfb
commit
2f7ab065fb
@ -12,7 +12,7 @@ from erpnext.controllers.sales_and_purchase_return import validate_return
|
|||||||
from erpnext.accounts.party import get_party_account_currency, validate_party_frozen_disabled
|
from erpnext.accounts.party import get_party_account_currency, validate_party_frozen_disabled
|
||||||
from erpnext.exceptions import InvalidCurrency
|
from erpnext.exceptions import InvalidCurrency
|
||||||
|
|
||||||
force_item_fields = ("item_group", "barcodes", "brand", "stock_uom")
|
force_item_fields = ("item_group", "brand", "stock_uom")
|
||||||
|
|
||||||
class AccountsController(TransactionBase):
|
class AccountsController(TransactionBase):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user