diff options
-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): |