Hello,
I want to change the print format of statistics (overview of all tickets on the system) from portrait to landscape. Does anyone know where the print format is defined?
I searched on the sys config but I found nothing.
Thanks for help,
How to change the print format for statistics
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: How to change the print format for statistics
The only location PageOrientation is defined for stats is in Kernel/Modules/AgentStats.pm and it is landscape. But if it needs to be somewhere else, Find where the PageParams are being defined before DocumentNew
Code: Select all
$PageParam{PageOrientation} = 'landscape';
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask