diff --git a/InvenTree/build/templates/build/detail.html b/InvenTree/build/templates/build/detail.html index 2f1de7d6fb..b1c3a11ce9 100644 --- a/InvenTree/build/templates/build/detail.html +++ b/InvenTree/build/templates/build/detail.html @@ -42,7 +42,7 @@ Part Required - Available + Stock @@ -50,7 +50,7 @@ {{ item.sub_part.name }} {{ build.quantity }} × {{ item.quantity }} - {{ item.sub_part.available_stock }} + {{ item.sub_part.total_stock }} {% endfor %}