diff --git a/InvenTree/order/templates/order/receive_parts.html b/InvenTree/order/templates/order/receive_parts.html index e2d57e9c2a..68a6533b2e 100644 --- a/InvenTree/order/templates/order/receive_parts.html +++ b/InvenTree/order/templates/order/receive_parts.html @@ -37,7 +37,7 @@ Receive outstanding parts for {{ order }} - {{ order.description }}Receive {% for line in lines %} - + {% if line.part %} {% include "hover_image.html" with image=line.part.part.image hover=False %} @@ -56,6 +56,11 @@ Receive outstanding parts for {{ order }} - {{ order.description }} + + + {% endfor %}