RT 4.0.22
[freeside.git] / rt / bin / rt
index b87d50d..8c3a514 100755 (executable)
--- a/rt/bin/rt
+++ b/rt/bin/rt
@@ -322,6 +322,7 @@ sub list {
     }
     if ( ! $rawprint and ! exists $data{format} ) {
         $data{format} = 'l';
+        $data{fields} = 'subject,status,queue,created,told,owner,requestors';
     }
     if ( $reverse_sort and $data{orderby} =~ /^-/ ) {
         $data{orderby} =~ s/^-/+/;