mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Add hover image to 'parts to order' table
This commit is contained in:
		| @@ -9,7 +9,10 @@ | ||||
|     </tr> | ||||
|     {% for part in parts %} | ||||
|     <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.allocation_count }}</td> | ||||
|         <td>{{ part.total_stock }}</td> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user