Code: Select all
$Self->{'TicketFreeText1::DefaultSelection'} = 'Subtipo1';
$Self->{'TicketFreeKey1::DefaultSelection'} = 'Subtipo1';
$Self->{'TicketFreeText1'} = {
'Subtipo1' => 'Subtipo1',
'Subtipo2' => 'Subtipo2',
'Subtipo3' => 'Subtipo3'
};
$Self->{'TicketFreeKey1'} = {
'Subtipo' => 'Subtipo'
};
# ---------------------------------------------------- #
# To change subtipo in AgentTicketDecision #
# ---------------------------------------------------- #
$Self->{'Ticket::Frontend::AgentTicketDecision'}->{'TicketFreeText'} = {
'1' => '1',
'10' => '0',
'11' => '0',
'12' => '0',
'13' => '0',
'14' => '0',
'15' => '0',
'16' => '0',
'2' => '0',
'3' => '0',
'4' => '0',
'5' => '0',
'6' => '0',
'7' => '0',
'8' => '0',
'9' => '0'
};