mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: Typo invalidates precondition for doctype, resulting in Exception (#4668)
Co-authored-by: Armin Gruner <agmuc.de>
This commit is contained in:
		| @@ -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 = ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Armin Gruner
					Armin Gruner