- removed barcodes from force_item_fields

This commit is contained in:
joezsweet 2018-02-05 11:54:32 +01:00 committed by GitHub
parent 3aaed03dfb
commit 2f7ab065fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.exceptions import InvalidCurrency
force_item_fields = ("item_group", "barcodes", "brand", "stock_uom")
force_item_fields = ("item_group", "brand", "stock_uom")
class AccountsController(TransactionBase):
def __init__(self, *args, **kwargs):