From c66302069b6f3c6a56dd58d80348446f7d8a2fd0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Sep 2019 09:42:56 +0200 Subject: Update translations --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index f673aed85..1c17a4421 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -5747,7 +5747,7 @@ class ExportTask(models.Model): def clean(self): if (self.filter_text and not self.filter_type) or ( - self.filter_type and not self.filter_type): + self.filter_type and not self.filter_text): raise ValidationError( _("To filter filter type and filter text must be filled.") ) -- cgit v1.2.3