mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Bugfix: Change default layout in model
This commit is contained in:
parent
09c324637e
commit
172c789ae6
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user