From 0358f6658ac510379dcbce512f87ec1b43ef61ed Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 6 Dec 2004 14:11:22 +0000 Subject: [PATCH] fix typo --- FS/FS/TicketSystem/RT_Internal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index 74006f577..a2cd0246a 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -18,7 +18,7 @@ sub sql_customer_tickets { 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 { -- 2.11.0