Barcode added to Purchase Receipt

This commit is contained in:
Neil Trini Lasrado
2015-06-08 17:56:22 +05:30
parent 41413af42d
commit b2f550ccb3
3 changed files with 31 additions and 2 deletions

View File

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