From 6f540913547978e30d6e68333e1003a58e7c9b5d Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 20 Sep 2019 00:03:59 +1000 Subject: [PATCH] Improve display of stock location --- InvenTree/stock/templates/stock/location.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 929dd7baf8..45743bbd5d 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -32,6 +32,27 @@

+ {% if location %} +

Location Details

+ + + + + + + + + + + + + + + + + +
Location Path{{ location.pathstring }}
Location Description{{ location.description }}
Sublocations{{ location.children.count }}
Stock Items{{ location.item_count }}
+ {% endif %}