From e958aa339d4c46cd8edb4624d0c28ccef0495657 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 29 Dec 2020 10:50:22 +0100 Subject: Display container ref on find sheet --- archaeological_finds/templates/ishtar/sheet_find.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 163946fae..76dc14cd8 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -261,10 +261,11 @@ {% field_flex_detail "Collection" item.collection "large" %} {% endif %} - {% if item.container %} + {% if item.container or item.container_ref %}

{% trans "Warehouse - container" %}

{% field_flex_detail "Container" item.container "large" %} + {% field_flex_detail "Reference container" item.container_ref "large" %} {% field_flex "Container ID" item.container.cached_location %} {% field_flex_detail "Responsible warehouse" item.container.responsible %} {% field_flex_detail "Location (warehouse)" item.container.location %} -- cgit v1.2.3