2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Add default page size for reports

- A4 / Legal / Letter
- Use this for the default page size for InvenTree reports
This commit is contained in:
Oliver Walters
2021-02-06 17:11:20 +11:00
parent 2aa2f08658
commit dbaa0fc300
4 changed files with 23 additions and 11 deletions

View File

@ -15,6 +15,7 @@
<table class='table table-striped table-condensed'>
{% include "InvenTree/settings/header.html" %}
<tbody>
{% include "InvenTree/settings/setting.html" with key="REPORT_DEFAULT_PAGE_SIZE" %}
{% include "InvenTree/settings/setting.html" with key="REPORT_ENABLE_TEST_REPORT" %}
</tbody>
</table>