From 7bca9cc7af8348d2806e61604c57c1622cc902ae Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 5 Jun 2019 00:02:34 +1000 Subject: [PATCH] Improve display of list of purchase orders --- InvenTree/order/templates/order/purchase_orders.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/order/templates/order/purchase_orders.html b/InvenTree/order/templates/order/purchase_orders.html index 9c056608da..4852284671 100644 --- a/InvenTree/order/templates/order/purchase_orders.html +++ b/InvenTree/order/templates/order/purchase_orders.html @@ -9,15 +9,15 @@ - + {% for order in orders %} + -
Reference CompanyOrder Reference Description Status
{% include "hover_image.html" with image=order.supplier.image hover=True %}{{ order.supplier.name }} {{ order }}{{ order.supplier }} {{ order.description }} {% include "order/order_status.html" %}