From c45d8a57828d8e6a28fe4ff0b10cee086e8e4695 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 4 Jun 2019 22:35:34 +1000 Subject: [PATCH] Add 'purchase orders' tab for company --- InvenTree/company/templates/company/tabs.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/InvenTree/company/templates/company/tabs.html b/InvenTree/company/templates/company/tabs.html index 211b56e1d1..8196e48132 100644 --- a/InvenTree/company/templates/company/tabs.html +++ b/InvenTree/company/templates/company/tabs.html @@ -9,12 +9,10 @@ Stock {{ company.stock_count }} - {% if 0 %} - Purchase Orders + Purchase Orders {{ company.purchase_orders.count }} {% endif %} - {% endif %} {% if company.is_customer %} {% if 0 %}