diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index def056425..9eeea5d66 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -4257,7 +4257,7 @@ class Document( ] BOOL_FIELDS = BaseHistorizedItem.BOOL_FIELDS + ["duplicate"] - + NUMBER_FIELDS = ["operations__year"] COL_LABELS = { "authors__cached_label": _("Authors"), "complete_identifier": _("Identifier"), |