summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-12-06 14:11:22 +0000
committerivan <ivan>2004-12-06 14:11:22 +0000
commit0358f6658ac510379dcbce512f87ec1b43ef61ed (patch)
tree196bc2b3c71a5ac6f27a72b137fad22066a84988 /FS
parent083686ba493552355f8665b362917b70e181a859 (diff)
fix typo
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/TicketSystem/RT_Internal.pm2
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 {