freeside/FS/FS/TicketSystem RT_Internal.pm,1.3,1.4

ivan ivan at pouncequick.420.am
Mon Dec 6 06:11:24 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS/TicketSystem
In directory pouncequick:/tmp/cvs-serv27249/FS/FS/TicketSystem

Modified Files:
	RT_Internal.pm 
Log Message:
fix typo

Index: RT_Internal.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/TicketSystem/RT_Internal.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- RT_Internal.pm	6 Dec 2004 14:00:43 -0000	1.3
+++ RT_Internal.pm	6 Dec 2004 14:11:22 -0000	1.4
@@ -18,7 +18,7 @@
 
 sub num_customer_tickets {
   my( $self, $custnum, $priority ) = ( shift, shift, shift );
-  $self->SUPER::new_customer_tickets( $custnum, $priority, dbh );
+  $self->SUPER::num_customer_tickets( $custnum, $priority, dbh );
 }
 
 sub href_customer_tickets {




More information about the freeside-commits mailing list