Hi,
I am using otrs 3.3.4. I want to modify something regarding SLAs. Currently when we create new ticket, SLA comes in the form:
A
B
C
D
Now I want to reverse the order, means I want that SLAs should come in the following order:
D
C
B
A
Is there any possibility to do this? Thank you in Advance.
Regards,
Gunjan
Reverse the order of SLAs
Moderator: crythias
-
- 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: Reverse the order of SLAs
Add to the BuildSelection calls in the if/else near https://github.com/OTRS/otrs/blob/rel-3 ... e.pm#L2265
Code: Select all
SortReverse => 1,
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
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: Reverse the order of SLAs
thank you so much 
