From 1c4dfc3c6eaa599d2213ffa2243980099f8d2f95 Mon Sep 17 00:00:00 2001 From: Armin Gruner Date: Thu, 23 Nov 2023 20:19:11 +0100 Subject: [PATCH] Fix: Typo invalidates precondition for doctype, resulting in Exception (#4668) Co-authored-by: Armin Gruner --- src/documents/consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/consumer.py b/src/documents/consumer.py index 1c37ce1a3..47dba9412 100644 --- a/src/documents/consumer.py +++ b/src/documents/consumer.py @@ -657,7 +657,7 @@ class Consumer(LoggingMixin): ) doc_type_name = ( DocumentType.objects.get(pk=self.override_document_type_id).name - if self.override_correspondent_id is not None + if self.override_document_type_id is not None else None ) owner_username = (