modify PDF print colors

Moderator: crythias

Locked
MatjazBF
Znuny newbie
Posts: 21
Joined: 29 Oct 2013, 12:11
Znuny Version: 4.0.10
Real Name: Matjaz Batic Finzgar

modify PDF print colors

Post by MatjazBF »

I'm trying to remove grey areas from PDF that agents print.

I have modified the /opt/otrs/Kernel/Modules/AgentTicketPrint.pm but when an agent prints a ticket to PDF the PDFs aren't changed at all.
If i modify the CustomerTicketPrint.pm the PDFs that customers print are modified OK.

Am I missing something?

Thanks.
reneeb
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: modify PDF print colors

Post by reneeb »

Is there a /opt/otrs/Custom/Kernel/Modules/AgentTicketPrint.pm? (Note the "Custom/" folder!)
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
MatjazBF
Znuny newbie
Posts: 21
Joined: 29 Oct 2013, 12:11
Znuny Version: 4.0.10
Real Name: Matjaz Batic Finzgar

Re: modify PDF print colors

Post by MatjazBF »

UFF that was a good one!
The file /opt/otrs/Custom/Kernel/Modules/AgentTicketPrint.pm exists and if I modify it the PDFs are modified.

THANKS
Locked