[freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi myaccount.html, 1.10, 1.11

Ivan,,, ivan at wavetail.420.am
Thu Jan 24 13:16:44 PST 2008


Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi
In directory wavetail:/tmp/cvs-serv17947/fs_selfservice/FS-SelfService/cgi

Modified Files:
	myaccount.html 
Log Message:
slightly more sane names for customer tickets hash, display ticket owners on customer view page

Index: myaccount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/myaccount.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- myaccount.html	24 Sep 2007 15:47:51 -0000	1.10
+++ myaccount.html	24 Jan 2008 21:16:42 -0000	1.11
@@ -79,7 +79,7 @@
         "<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;



More information about the freeside-commits mailing list