Fix bug in product search UPC filter.
This commit is contained in:
		
							parent
							
								
									107da5dd9d
								
							
						
					
					
						commit
						d8b2112d01
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -158,7 +158,7 @@ class ProductsGrid(SearchableAlchemyGridView): | |||
|     def filter_config(self): | ||||
|         return self.make_filter_config( | ||||
|             include_filter_upc=True, | ||||
|             filter_type_upc='eq', | ||||
|             filter_type_upc='is', | ||||
|             filter_label_upc="UPC", | ||||
|             include_filter_brand=True, | ||||
|             filter_type_brand='lk', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar