From 30fcc76ecfc50dc299bbb86a217f88ffa7de5b64 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 6 Dec 2004 14:13:23 +0000 Subject: [PATCH] and forgot to include the sql for counting tickets with severities... --- FS/FS/TicketSystem/RT_External.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/TicketSystem/RT_External.pm b/FS/FS/TicketSystem/RT_External.pm index a105c2752..26420ded7 100644 --- a/FS/FS/TicketSystem/RT_External.pm +++ b/FS/FS/TicketSystem/RT_External.pm @@ -53,6 +53,7 @@ sub num_customer_tickets { select count(*) from tickets where ( status = 'new' or status = 'open' or status = 'stalled' ) and target = 'freeside://freeside/cust_main/$custnum' + $priority_sql "; my $sth = $dbh->prepare($sql) or die $dbh->errstr; -- 2.11.0