X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FRT__CustomField%2FColumnMap;fp=rt%2Fshare%2Fhtml%2FElements%2FRT__CustomField%2FColumnMap;h=ecaa3b7fdf976cc96ce3f870505cf662b8d2bfad;hb=cbb4c260c40779ba84c794dd68147c54f3de2f52;hp=c0e17f264f060350201bca0d1c9e65af596eba28;hpb=d4617c6565d5fc6bafe14d11c19646b0674ae73d;p=freeside.git diff --git a/rt/share/html/Elements/RT__CustomField/ColumnMap b/rt/share/html/Elements/RT__CustomField/ColumnMap index c0e17f264..ecaa3b7fd 100644 --- a/rt/share/html/Elements/RT__CustomField/ColumnMap +++ b/rt/share/html/Elements/RT__CustomField/ColumnMap @@ -120,8 +120,10 @@ my $COLUMN_MAP = { my $name = 'RemoveCustomField'; my $checked = $m->request_args->{ $name .'All' }? 'checked="checked"': ''; - return \qq{}; + return \qq{}; }, value => sub { my $id = $_[0]->id; @@ -137,7 +139,7 @@ my $COLUMN_MAP = { elsif ( $arg ) { $checked = 'checked="checked"' if $arg == $id; } - return \qq{} + return \qq{} }, }, MoveCF => {