diff --git a/InvenTree/build/templates/build/detail.html b/InvenTree/build/templates/build/detail.html index fef67f77c1..b4de8787b1 100644 --- a/InvenTree/build/templates/build/detail.html +++ b/InvenTree/build/templates/build/detail.html @@ -45,6 +45,16 @@ InvenTree | Build - {{ build }} Quantity{{ build.quantity }} + + Stock Source + + {% if build.take_from %} + {{ build.take_from }} + {% else %} + Stock can be taken from any available location. + {% endif %} + + Status{% include "build_status.html" with build=build %}