[freeside-commits] freeside/FS/FS/Cron notify.pm,1.12,1.13

Ivan,,, ivan at wavetail.420.am
Wed Jun 22 15:01:40 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail.420.am:/tmp/cvs-serv9419

Modified Files:
	notify.pm 
Log Message:
fix notification for flat_delayed packages when freeside-daily -a is used with comma-separated agents, RT#13349

Index: notify.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/notify.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- notify.pm	19 Oct 2010 00:32:10 -0000	1.12
+++ notify.pm	22 Jun 2011 22:01:38 -0000	1.13
@@ -72,7 +72,7 @@
     $where_pkg .= <<END;
       and 0 < ( select count(*) from cust_main
                   where cust_pkg.custnum = cust_main.custnum
-                    and cust_main.agentnum = $opt{a}
+                    and cust_main.agentnum IN ( $opt{a} )
               )
 END
   }



More information about the freeside-commits mailing list