Browse Source

fixes

develop
Neil Trini Lasrado 10 years ago
parent
commit
4374692cf5
  1. 3
      erpnext/public/js/feature_setup.js

3
erpnext/public/js/feature_setup.js

@ -80,7 +80,8 @@ erpnext.feature_setup.feature_dict = {
'fs_item_barcode': {
'Item': {'fields': ['barcode']},
'Delivery Note': {'items': ['barcode']},
'Sales Invoice': {'items': ['barcode']}
'Sales Invoice': {'items': ['barcode']},
'Stock Entry': {'items': ['barcode']}
},
'fs_item_group_in_details': {
'Delivery Note': {'items':['item_group']},

Loading…
Cancel
Save