freeside/FS/FS/TicketSystem RT_External.pm,1.2,1.3

ivan ivan at pouncequick.420.am
Mon Dec 6 06:13:25 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS/TicketSystem
In directory pouncequick:/tmp/cvs-serv27342/FS/FS/TicketSystem

Modified Files:
	RT_External.pm 
Log Message:
and forgot to include the sql for counting tickets with severities...

Index: RT_External.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/TicketSystem/RT_External.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- RT_External.pm	6 Dec 2004 14:00:43 -0000	1.2
+++ RT_External.pm	6 Dec 2004 14:13:23 -0000	1.3
@@ -53,6 +53,7 @@
     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;




More information about the freeside-commits mailing list