Agent name/surname order.

Moderator: crythias

Locked
Snowmanko
Znuny newbie
Posts: 71
Joined: 06 Mar 2015, 17:45
Znuny Version: 6.0.5-1

Agent name/surname order.

Post by Snowmanko »

Hi there,
simple question : is it possible to set order of agent names in forms ?
In my OTRS 3.3.9 i.e. when i want to change responsible agent, order is "name surname".

I want to change this behaviour to "surname name".

Thanks for advices,

Regards,
Martin
OTRS 6.0.3-1, MySQL
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: Agent name/surname order.

Post by reneeb »

Add

Code: Select all

$Self->{FirstnameLastnameOrder} = 1;
to your Kernel/Config.pm
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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Agent name/surname order.

Post by jojo »

or just use Sysconfig to change this value
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked