Add product UPC to JSON output of 'products.search' view.
This commit is contained in:
		
							parent
							
								
									085ce70820
								
							
						
					
					
						commit
						42da24a047
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -356,6 +356,7 @@ def products_search(request): | |||
|             else: | ||||
|                 product = { | ||||
|                     'uuid':                     product.uuid, | ||||
|                     'upc':                      unicode(product.upc or ''), | ||||
|                     'full_description':         product.full_description, | ||||
|                     } | ||||
|     return {'product': product} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar