From f4a49642af5d6de9908f8fb99570c492ae68cccc Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 28 Jun 2011 21:12:36 +0000 Subject: [PATCH] further cleanup, #13199 --- FS/FS/TicketSystem/RT_Internal.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index 67554151f..31a6715d0 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -172,7 +172,8 @@ sub customer_tickets { } 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; } -- 2.11.0