From 929a7a1512d93c4548fbe6d5aa029ab366c171be Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Oct 2017 18:07:39 +0200 Subject: Sheet: show container id in sheets and tables (refs #3747) --- archaeological_finds/models_finds.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_finds/models_finds.py') diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 5f4183f0c..e58d14f7e 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -557,6 +557,7 @@ class Find(BulkUpdatedItem, ValueGetter, BaseHistorizedItem, ImageModel, 'previous_id', 'label', 'material_types__label', 'datings__period__label', 'find_number', 'object_types__label', 'container__cached_label', + 'container__cahed_location', 'description', 'base_finds__context_record__parcel__town', 'base_finds__context_record__parcel', ] -- cgit v1.2.3