Thanks a million yuri0001
I was able make to change in AgentTicketZoom.pm
by removing "To" from the list of fields included on line 1668
Was:
for my $Key (qw(From To Cc)) {
I changed it to:
for my $Key (qw(From Cc)) {
Again, your help is much appreciated