From 1a32e441b722419eb0bc04172b0ca0ac0a9bb827 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 2 Feb 2020 12:42:35 +1100 Subject: [PATCH] Add //TODO entry in stock tabs --- InvenTree/stock/templates/stock/tabs.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/InvenTree/stock/templates/stock/tabs.html b/InvenTree/stock/templates/stock/tabs.html index 89ffa49e86..ac381a76ab 100644 --- a/InvenTree/stock/templates/stock/tabs.html +++ b/InvenTree/stock/templates/stock/tabs.html @@ -4,6 +4,12 @@ {% trans "Tracking" %} + {% if 0 %} + + + {% trans "Builds" %} + + {% endif %} {% trans "Notes" %}{% if item.notes %} {% endif %}