Fix: Spelling in ProductYield

This commit is contained in:
Amritanshu 2014-06-07 13:37:19 +05:30
parent 791b41437d
commit 1989c54e92
1 changed files with 1 additions and 1 deletions

View File

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