Customer Default type

Moderator: crythias

Post Reply
Drazyr
Znuny newbie
Posts: 4
Joined: 02 Jun 2010, 17:50
Znuny Version: 2.4.7

Customer Default type

Post by Drazyr »

My company wishes to have the ability to set the type of ticket at closing for classification purposes. I have this configured, but I can't figure out how to hide the option to select the type from the customer.

If anybody can help me out that would be great.
mcqueen
Znuny newbie
Posts: 7
Joined: 21 May 2010, 11:45
Znuny Version: 2.4.7

Re: Customer Default type

Post by mcqueen »

Hi,

Just comment the ff. lines from /opt/otrs/Kernel/Output/HTML/Standard/CustomerTicketMessage.dtl

<!-- dtl:block:TicketType -->
<tr>
<td class="contentkey">$Text{"Type"}:</td>
<td class="contentvalue"> $Data{"TypeStrg"}</td>
<td>&nbsp</td>
</tr>
<!-- dtl:block:TicketType -->
Drazyr
Znuny newbie
Posts: 4
Joined: 02 Jun 2010, 17:50
Znuny Version: 2.4.7

Re: Customer Default type

Post by Drazyr »

Thanks, I tried that and it worked like a charm.

I just wish I could do that through Config.pm, since when OTRS updates I'll have to track this down again :-P
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customer Default type

Post by crythias »

You should create a new default theme. It'll survive updates.
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
Drazyr
Znuny newbie
Posts: 4
Joined: 02 Jun 2010, 17:50
Znuny Version: 2.4.7

Re: Customer Default type

Post by Drazyr »

Awesome, that fixes a load of issues.
Post Reply