Tell me please.
How of PDF reports (Print) to remove the inscription on who and when it printed?
like:
"printed by User user (user@mail.com) 11/13/2013 12:12:38"
Edit PDF report
Moderator: crythias
Edit PDF report
OTRS 3.3.1
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Edit PDF report
You have to change code... Kernel/Modules/AgentStats.pm
For OTRS 3.3 it is ll. 2255 to 2260: https://github.com/OTRS/otrs/blob/rel-3 ... s.pm#L2255
Just comment those lines out:
=>
For OTRS 3.3 it is ll. 2255 to 2260: https://github.com/OTRS/otrs/blob/rel-3 ... s.pm#L2255
Just comment those lines out:
Code: Select all
$PageParam{HeadlineRight}
= $PrintedBy . ' '
. $User{UserFirstname} . ' '
. $User{UserLastname} . ' ('
. $User{UserEmail} . ') '
. $Time;
Code: Select all
# $PageParam{HeadlineRight}
# = $PrintedBy . ' '
# . $User{UserFirstname} . ' '
# . $User{UserLastname} . ' ('
# . $User{UserEmail} . ') '
# . $Time;
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de