diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-01-10 15:58:30 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:56:44 +0100 |
commit | 8b23fe52c07114ca43a0d0c18182d60ad03aa78d (patch) | |
tree | c0f1e33f76005c2372b86da8bf9d764ded71cdbf /archaeological_warehouse/templates | |
parent | 1070a8a4f0232b2d3fda1e21a143f63ef72a1a9d (diff) | |
download | Ishtar-8b23fe52c07114ca43a0d0c18182d60ad03aa78d.tar.bz2 Ishtar-8b23fe52c07114ca43a0d0c18182d60ad03aa78d.zip |
🗃️ Container: new field Code (forms, sheet, search index and autocomplete) (refs #5704)
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_container.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index eed28ca5b..ff0cd0de7 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -123,6 +123,7 @@ {% if item.responsibility != item.location %} {% field_flex_detail "Responsibility" item.responsibility %} {% endif %} + {% field_flex "Code" item.code %} {% field_flex "Old reference" item.old_reference %} {% with calculated_weight_percent=item.get_calculated_weight_percent%} {% trans "Measured weight (kg)" as weight_kg_trans %} |