From: ivan Date: Mon, 6 Dec 2004 14:11:22 +0000 (+0000) Subject: fix typo X-Git-Tag: BEFORE_FINAL_MASONIZE~818 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0358f6658ac510379dcbce512f87ec1b43ef61ed fix typo --- 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 {