[freeside-commits] freeside/FS/FS/TicketSystem RT_Internal.pm, 1.23, 1.24

Mark Wells mark at wavetail.420.am
Tue Jun 28 14:12:38 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/TicketSystem
In directory wavetail.420.am:/tmp/cvs-serv959/FS/FS/TicketSystem

Modified Files:
	RT_Internal.pm 
Log Message:
further cleanup, #13199

Index: RT_Internal.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/TicketSystem/RT_Internal.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -w -d -r1.23 -r1.24
--- RT_Internal.pm	28 Jun 2011 20:28:32 -0000	1.23
+++ RT_Internal.pm	28 Jun 2011 21:12:36 -0000	1.24
@@ -172,7 +172,8 @@
 }
 
 sub num_customer_tickets {
-  my $Tickets = _customer_tickets_search(@_);
+  my ( $self, $custnum, $priority ) = @_;
+  my $Tickets = $self->_customer_tickets_search($custnum, 0, $priority);
   return $Tickets->CountAll;
 }
 



More information about the freeside-commits mailing list