From f4abfc158f54bce3d07599bdd5664d2a151fdd32 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 5 Jun 2019 21:02:51 +1000 Subject: [PATCH] Improve rendering of purchase order list --- InvenTree/order/templates/order/purchase_order_detail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html index 2d40de6459..9cee52bed0 100644 --- a/InvenTree/order/templates/order/purchase_order_detail.html +++ b/InvenTree/order/templates/order/purchase_order_detail.html @@ -62,6 +62,7 @@ InvenTree | {{ order }} Line Part + Order Code Reference Quantity Received @@ -69,7 +70,8 @@ InvenTree | {{ order }} {% for line in order.lines.all %} {{ forloop.counter }} - + {{ line.part.part.full_name }} + {{ line.part.SKU }} {{ line.reference }} {{ line.quantity }} {{ line.received }}