show customers in ticket lists, RT#8784
[freeside.git] / rt / share / html / Search / Elements / BuildFormatString
index 9728511..9935fdf 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
+
     Status ExtendedStatus UpdateStatus
     Type
 
@@ -96,6 +99,7 @@ my @fields = qw(
     Bookmark
 
     NEWLINE
+
 ); # loc_qw
 
 $m->callback( CallbackOnce => 1, CallbackName => 'SetFieldsOnce', Fields => \@fields );