mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Add hover image to 'parts to order' table
This commit is contained in:
		| @@ -9,7 +9,10 @@ | |||||||
|     </tr> |     </tr> | ||||||
|     {% for part in parts %} |     {% for part in parts %} | ||||||
|     <tr> |     <tr> | ||||||
|         <td><a href="{% url 'part-detail' part.id %}">{{ part.full_name }}</a></td> |         <td> | ||||||
|  |             {% include "hover_image.html" with image=part.image hover=True %} | ||||||
|  |             <a href="{% url 'part-detail' part.id %}">{{ part.full_name }}</a> | ||||||
|  |         </td> | ||||||
|         <td>{{ part.description }}</td> |         <td>{{ part.description }}</td> | ||||||
|         <td>{{ part.allocation_count }}</td> |         <td>{{ part.allocation_count }}</td> | ||||||
|         <td>{{ part.total_stock }}</td> |         <td>{{ part.total_stock }}</td> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user