diff options
-rw-r--r-- | FS/FS/TicketSystem/RT_Internal.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |