- Added multiple barcode feature per item

This commit is contained in:
Giovanni
2017-12-10 17:27:09 +01:00
parent d10014bdeb
commit 2144e02d3c
10 changed files with 176 additions and 103 deletions

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