Bugfix: Change default layout in model

This commit is contained in:
Silvia Bigler 2025-01-27 12:01:48 +01:00 committed by shamoon
parent 09c324637e
commit 172c789ae6

View File

@ -240,7 +240,7 @@ class MailRule(document_models.ModelWithOwner):
pdf_layout = models.PositiveIntegerField(
_("pdf layout"),
choices=PdfLayout.choices,
default=PdfLayout.TEXT_HTML,
default=PdfLayout.DEFAULT,
)
action = models.PositiveIntegerField(