slightly more sane names for customer tickets hash, display ticket owners on customer...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / myaccount.html
index 65b9842..d1f5671 100644 (file)
@@ -79,7 +79,7 @@ Hello <%= $name %>!<BR><BR>
         "<TR>$td". $ticket->{'id'}. "</TD>".
         $td. $ticket->{'subject'}. "</TD>".
         $td. ($ticket->{'content'} || $ticket->{'priority'}). "</TD>".
-        $td. $ticket->{'name'}. "</TD>".
+        $td. $ticket->{'queue'}. "</TD>".
         $td. $ticket->{'status'}. "</TD>".
         '</TR>';
       $col = $col eq $col1 ? $col2 : $col1;