diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-29 10:50:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:23 +0100 |
commit | ff8cf8f853914a847609c05c973e5ac199e30c6b (patch) | |
tree | f050a5808fdc4db4c07e6ddfa4255f26a8a867cc /archaeological_finds/templates | |
parent | 430eb478851d6b68bc2d2fe32a4a05bade552518 (diff) | |
download | Ishtar-ff8cf8f853914a847609c05c973e5ac199e30c6b.tar.bz2 Ishtar-ff8cf8f853914a847609c05c973e5ac199e30c6b.zip |
Display container ref on find sheet
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 3 |
1 files changed, 2 insertions, 1 deletions
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" %} </div> {% endif %} - {% if item.container %} + {% if item.container or item.container_ref %} <h3>{% trans "Warehouse - container" %}</h3> <div class='row'> {% 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 %} |