diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-22 12:07:32 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-22 12:07:32 +0200 |
| commit | eef6cb163eabb452506e085210464479b449f496 (patch) | |
| tree | 514d93391149d0fa10e488b1e4195d22e29001e2 /archaeological_finds | |
| parent | 2fde9cc0367c35052068c000f5e3ee26e54b3e20 (diff) | |
| download | Ishtar-eef6cb163eabb452506e085210464479b449f496.tar.bz2 Ishtar-eef6cb163eabb452506e085210464479b449f496.zip | |
Warehouse sheet: fix warehouse container stats for localisation not full
Diffstat (limited to 'archaeological_finds')
| -rw-r--r-- | archaeological_finds/models_finds.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
