mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Adds 'A3' as report size option (#5733)
This commit is contained in:
parent
fda909ac59
commit
cb33705e44
@ -11,6 +11,7 @@ def report_page_size_options():
|
||||
"""Returns a list of page size options for PDF reports."""
|
||||
return [
|
||||
('A4', _('A4')),
|
||||
('A3', _('A3')),
|
||||
('Legal', _('Legal')),
|
||||
('Letter', _('Letter')),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user