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
Remove SLA in NewPhoneTicket
Moderator: crythias
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Remove SLA in NewPhoneTicket
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.
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
Re: Remove SLA in NewPhoneTicket
Thanks for your help