From a54bcab5291c57cb4e7e90b171ce98d3af5d45a2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Aug 2018 12:07:32 +0200 Subject: Warehouse sheet: fix warehouse container stats for localisation not full --- archaeological_finds/models_finds.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 882bcd811..ff173619b 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1036,7 +1036,6 @@ class Find(BulkUpdatedItem, ValueGetter, BaseHistorizedItem, OwnPerms, 'excavation_id').order_by('pk').all() if base_find['excavation_id']]) - @property def materials(self): return u" ; ".join([unicode(material) -- cgit v1.2.3