From 93667f942f09c465d95111ff6b5fb956364df757 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 15 Jun 2019 19:47:16 +1000 Subject: [PATCH] Add button to remove line items from the 'receive' form --- InvenTree/order/templates/order/receive_parts.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 %}