From 3e9288b26d53d188aaa6493e3a81112bf2d18950 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 10 Jul 2019 14:50:21 +1000 Subject: [PATCH] Better display of stock availability --- InvenTree/part/templates/part/part_base.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index e7a32f774b..b650f5b33b 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -99,9 +99,10 @@
- + @@ -121,15 +122,11 @@ {% endif %} {% endif %} - - - - {% if not part.is_template %} {% if part.assembly %}
-

Stock Status

+
+

Available Stock

{{ part.net_stock }} {{ part.units }}

In Stock
Total Available{{ part.net_stock }}
-

Build Status

+ Build Status