Feature: Search on Yield in Product List

This commit is contained in:
Amritanshu 2014-06-07 13:35:33 +05:30
parent 2fa7e33383
commit 791b41437d
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ var ProductListCtrl = ['$scope', '$location', '$routeParams', 'Tokenizer', 'prod
'n': {'Col': 'Name', 'Comparator': 'text'},
'a': {'Col': 'IsActive', 'Comparator': 'boolean'},
'u': {'Col': 'Units', 'Comparator': 'text'},
't': {'Col': 'ProductGroup', 'Comparator': 'text'}
't': {'Col': 'ProductGroup', 'Comparator': 'text'},
'y': {'Col': 'ProuctYield', 'Comparator': 'numeric'}
},
def: 'n',
sorter: {