Remove SLA in NewPhoneTicket

Moderator: crythias

Locked
ftahoces
Znuny newbie
Posts: 22
Joined: 30 Mar 2016, 10:49
Znuny Version: 5.0.12

Remove SLA in NewPhoneTicket

Post by ftahoces »

Hello!

I need to remove the SLA field from the New Phone Ticket form.
I guess that this cannot be done from Sysconfig and I have to edit .dtl files, is that right?
Where are exactly these files in OTRS 5 and which would be the files affected?

Thanks in advance
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Remove SLA in NewPhoneTicket

Post by RStraub »

Hey there,

the block you mean is this one:
https://github.com/OTRS/otrs/blob/rel-5 ... ne.tt#L224

you could either modify the .tt or the .pm where it creates the block.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
ftahoces
Znuny newbie
Posts: 22
Joined: 30 Mar 2016, 10:49
Znuny Version: 5.0.12

Re: Remove SLA in NewPhoneTicket

Post by ftahoces »

Thanks for your help
Locked