HI All,
 
I found the solution...
 
In .../Kernel/Modules/CustomerTicketMessage.pm edit about line 411
 
Old: %NewTos = ($Object->Run(Env => $Self), ('', => '-'));
 
New:%NewTos = ($Object->Run(Env => $Self), ());
 
 
Regards,
 
C.