mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
Bugfix: Change default layout in model
This commit is contained in:
@@ -240,7 +240,7 @@ class MailRule(document_models.ModelWithOwner):
|
|||||||
pdf_layout = models.PositiveIntegerField(
|
pdf_layout = models.PositiveIntegerField(
|
||||||
_("pdf layout"),
|
_("pdf layout"),
|
||||||
choices=PdfLayout.choices,
|
choices=PdfLayout.choices,
|
||||||
default=PdfLayout.TEXT_HTML,
|
default=PdfLayout.DEFAULT,
|
||||||
)
|
)
|
||||||
|
|
||||||
action = models.PositiveIntegerField(
|
action = models.PositiveIntegerField(
|
||||||
|
Reference in New Issue
Block a user