diff options
Diffstat (limited to 'rt/share/html/Search/Elements')
-rw-r--r-- | rt/share/html/Search/Elements/PickCFs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Search/Elements/PickCFs b/rt/share/html/Search/Elements/PickCFs index 3f6d188b8..beda9f733 100644 --- a/rt/share/html/Search/Elements/PickCFs +++ b/rt/share/html/Search/Elements/PickCFs @@ -76,7 +76,7 @@ $m->callback( my @lines; while ( my $CustomField = $CustomFields->Next ) { my %line; - $line{'Name'} = "CF.{" . $CustomField->Name . "}"; + $line{'Name'} = "'CF.{" . $CustomField->Name . "}'"; $line{'Field'} = $CustomField->Name; # Op |