display customer agent, class, tag in ticket search, #8784
[freeside.git] / rt / share / html / Search / Elements / BuildFormatString
index 89ac642..dc07c68 100644 (file)
@@ -71,6 +71,9 @@ $CurrentDisplayColumns => undef
 # All the things we can display in the format string by default
 my @fields = qw(
     id QueueName Subject
+
+    Customer Agent CustomerClass CustomerTags
+
     Status ExtendedStatus UpdateStatus
     Type
 
@@ -96,6 +99,7 @@ my @fields = qw(
     Bookmark
 
     NEWLINE
+
 ); # loc_qw
 
 $m->callback( CallbackOnce => 1, CallbackName => 'SetFieldsOnce', Fields => \@fields );