mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	JS linting fixes
This commit is contained in:
		| @@ -2291,8 +2291,7 @@ function loadStockAllocationTable(table, options={}) { | ||||
|                     } else if (row.order) { | ||||
|  | ||||
|                         // Add an icon for the customer | ||||
|                         html += thumbnailImage( | ||||
|                             row.customer_detail.thumbnail || row.customer_detail.image, { | ||||
|                         html += thumbnailImage(row.customer_detail.thumbnail || row.customer_detail.image, { | ||||
|                             title: row.customer_detail.name, | ||||
|                         }); | ||||
|                          | ||||
|   | ||||
		Reference in New Issue
	
	Block a user