summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py
index 7e3b0254f..60a9dbfca 100644
--- a/archaeological_operations/models.py
+++ b/archaeological_operations/models.py
@@ -2651,7 +2651,7 @@ class AdministrativeAct(DocumentItem, BaseHistorizedItem, OwnPerms, ValueGetter,
"documents__associated_url__isnull",
"documents__associated_file__isnull",
]
- NUMBER_FIELDS = ["year", "index"]
+ NUMBER_FIELDS = ["signature_date__year", "index"]
RELATIVE_SESSION_NAMES = [
("operation", "operation__pk"),
("file", "associated_file__pk"),