Fix: Typo invalidates precondition for doctype, resulting in Exception (#4668)

Co-authored-by: Armin Gruner <agmuc.de>
This commit is contained in:
Armin Gruner 2023-11-23 20:19:11 +01:00 committed by GitHub
parent 92ee4d33c3
commit 1c4dfc3c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = (