fix problems searching the new custom fields w/dates, RT#8449
[freeside.git] / rt / share / html / Search / Elements / PickCFs
index 3f6d188..beda9f7 100644 (file)
@@ -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