From 0d68dbcfa76ee05f602c0d9a3a1485cd2f53176d Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 23 Sep 2019 19:05:22 +1000 Subject: [PATCH] Display which lines have been received against a PO --- InvenTree/order/templates/order/purchase_order_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html index a3a92e8612..5debf92c5b 100644 --- a/InvenTree/order/templates/order/purchase_order_detail.html +++ b/InvenTree/order/templates/order/purchase_order_detail.html @@ -115,7 +115,7 @@ InvenTree | {{ order }} {% for line in order.lines.all %} - + {{ forloop.counter }}