diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-01-10 15:58:30 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:40:54 +0200 |
commit | d2783f68a60eff33535448e07484bbaf92312ff8 (patch) | |
tree | 56cb5f25e3e2a38a583ff0bb53e6e3a7cde09461 /archaeological_warehouse/templates | |
parent | 1e0ba5c083005ecbfde7b6218e5f46a6a06012d2 (diff) | |
download | Ishtar-d2783f68a60eff33535448e07484bbaf92312ff8.tar.bz2 Ishtar-d2783f68a60eff33535448e07484bbaf92312ff8.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 %} |