diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-25 16:59:37 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-25 16:59:37 +0100 |
commit | 03daa8427e5309358b9999c3089e1e261ae5dbc0 (patch) | |
tree | d56ee9f4421eeb88574551555270849c096997d0 | |
parent | 9861bbae5af2b86c889dc46888c85251a87ced97 (diff) | |
download | Ishtar-03daa8427e5309358b9999c3089e1e261ae5dbc0.tar.bz2 Ishtar-03daa8427e5309358b9999c3089e1e261ae5dbc0.zip |
Operations: fix code patraiarche display
-rw-r--r-- | archaeological_operations/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index e5c22c909..e59cac7d6 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -378,6 +378,7 @@ class Operation(BaseHistorizedItem, OwnPerms, ValueGetter, ShortMenuItem, find__base_finds__context_record__operation=self) associated_file_short_label_lbl = _(u"Archaeological file") + full_code_patriarche_lbl = _(u"Code patriarche") @property def associated_file_short_label(self): |