about OTRS.
Asunto: Re: [otrs] Edit PDF stats
Hi Martin,
I don't think there is an easy way to do that, e.g. in TicketAccumulation
this values are fetch from the DB in this lines
sub GetObjectAttributes {
my ( $Self, %Param ) = @_;
# get user list
my %UserList = $Self->{UserObje
Hi Martin,
I don't think there is an easy way to do that, e.g. in TicketAccumulation this
values are fetch from the DB in this lines
sub GetObjectAttributes {
my ( $Self, %Param ) = @_;
# get user list
my %UserList = $Self->{UserObject}->UserList(
Type => 'Long',
Va