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 7d634a680..5d034974d 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3757,7 +3757,7 @@ class Document( # search parameters REVERSED_BOOL_FIELDS = ["image__isnull", "associated_file__isnull"] - DATED_FIELDS = [ + DATED_FIELDS = BaseHistorizedItem.DATED_FIELDS + [ "receipt_date__lte", "receipt_date__gte", "receipt_date_in_documentation__lte", |