Item Barcode implemented

This commit is contained in:
Nabin Hait
2012-06-07 19:09:17 +05:30
parent 91034af0dc
commit 2e3579a4eb
17 changed files with 117 additions and 21 deletions

View File

@@ -412,4 +412,9 @@ patch_list = [
'patch_file': 'remove_communication_log',
'description': 'Remove Communication Log and replace it with Communication'
},
{
'patch_module': 'patches.june_2012',
'patch_file': 'barcode_in_feature_setup',
'description': 'Track item by barcode'
},
]