From 92aa67993d86b5c75cccc08ea80d8b4db09d5649 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 25 Oct 2015 16:59:37 +0100 Subject: Operations: fix code patraiarche display --- archaeological_operations/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations') 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): -- cgit v1.2.3