(SOLVED) Hide priority from customer print outs?

Moderator: crythias

Locked
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

(SOLVED) Hide priority from customer print outs?

Post by bayerex »

Hi all,

Apologies if this has been asked elsewhere but there doesn't seem to be a solution for it anywhere yet.

I need to remove the priority from customer's ticket print outs. I've been able to remove it from the general customer interface but unfortunately it still shows when a customer prints a ticket. It has so far worked hiding it from the customer page but not from the print output.

Done so far:

-Comment out all references to 'Priority' in: CustomerTicketZoom.dtl, CustomerTicketPrint.dtl, CustomerTicketMessage.dtl
- Added following line to CustomerTicketZoom.dtl:

Code: Select all

<input type="hidden" name="Priority" value="1. minor"/>
Have also run following scripts:
perl bin/otrs.RebuildConfig.pl
perl bin/otrs.DeleteCache.pl

Any ideas?
Last edited by bayerex on 14 Jun 2013, 19:01, edited 1 time in total.
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31

Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
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: Hide priority from customer print outs?

Post by reneeb »

Just set "Priority" to "0" in SysConfig option Ticket::Frontend::CustomerTicketZoom###AttributesView
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
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

Re: Hide priority from customer print outs?

Post by bayerex »

reneeb wrote:Just set "Priority" to "0" in SysConfig option Ticket::Frontend::CustomerTicketZoom###AttributesView
Ha! As easy as that heh? Thanks a lot.
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31

Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
Locked