From bbf46c4580fef18b25d8e57b553e591c3409f412 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 10 May 2019 19:07:38 +1000 Subject: [PATCH] Display 'take_from' location on build detail page --- InvenTree/build/templates/build/detail.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 %}