Add size description to inventory report
This commit is contained in:
		
							parent
							
								
									223a6dc862
								
							
						
					
					
						commit
						38ef101679
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -83,7 +83,7 @@ | |||
|                   <tr> | ||||
|                     <td class="upc">${get_upc(product)}</td> | ||||
|                     <td class="brand">${product.brand or ''}</td> | ||||
|                     <td class="description">${product.description}</td> | ||||
|                     <td class="description">${product.description} ${product.size}</td> | ||||
|                     <td class="count"> </td> | ||||
|                   </tr> | ||||
|               % endfor | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar