
Hi,
I've noticed and corrected a bug with Article FreeKey/FreeText not displaying
in CustomerZoom.pm (CustomerTicketZoom.dtl) page.
In mentioned module replace FreeValue# with FreeText#
# do some strips && quoting
foreach (qw(To Cc From Subject FreeKey1 FreeKey2 FreeKey3 FreeText1 FreeText2 FreeText3)) {
# charset encode
$Param{"Article::$_"} = $Self->{LayoutObject}->{LanguageObject}->CharsetConvert(
Text => $Article{$_},
From => $Article{ContentCharset},
);
}
And in template do the same thing. I also added CSS style for article attributes.