From 60f5160d247fdbb0e6ef9ee4f4c5b6a897214237 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 3 Jun 2019 22:04:48 +1000 Subject: [PATCH] Show total stock rather than taking allocation into account --- InvenTree/build/templates/build/allocation_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/build/templates/build/allocation_item.html b/InvenTree/build/templates/build/allocation_item.html index 266cb0a874..7339f7aff4 100644 --- a/InvenTree/build/templates/build/allocation_item.html +++ b/InvenTree/build/templates/build/allocation_item.html @@ -15,7 +15,7 @@ {% block collapse_heading %}
- {{ item.sub_part.available_stock }} + {{ item.sub_part.total_stock }}
{% multiply build.quantity item.quantity %}