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 @@
Reference | Company | +Order 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" %} |