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 }}