[freeside-commits] freeside/httemplate/view/cust_main tickets.html, 1.19, 1.20
Mark Wells
mark at wavetail.420.am
Tue Jun 28 13:28:34 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv23938/httemplate/view/cust_main
Modified Files:
tickets.html
Log Message:
fix fallout from selfservice priority, #13199
Index: tickets.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/tickets.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- tickets.html 27 Jun 2011 07:11:01 -0000 1.19
+++ tickets.html 28 Jun 2011 20:28:32 -0000 1.20
@@ -122,7 +122,7 @@
my $openlabel = join('/', FS::TicketSystem->statuses );
my $res_link = FS::TicketSystem->href_customer_tickets(
- $cust_main->Custnum,
+ $cust_main->custnum,
{ 'statuses' => [ 'resolved' ] }
);
More information about the freeside-commits
mailing list