[freeside-commits] freeside/FS/FS/Cron notify.pm,1.7,1.8

Ivan,,, ivan at wavetail.420.am
Tue Mar 31 12:51:56 PDT 2009


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

Modified Files:
	notify.pm 
Log Message:
really fix notify for Pg 8.3

Index: notify.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/notify.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- notify.pm	31 Mar 2009 19:46:00 -0000	1.7
+++ notify.pm	31 Mar 2009 19:51:54 -0000	1.8
@@ -62,7 +62,7 @@
       0 = ( select count(*) from cust_pkg_option
               where cust_pkg.pkgnum = cust_pkg_option.pkgnum
                 and cust_pkg_option.optionname = 'impending_recur_notification_sent'
-                and cust_pkg_option.optionvalue = 1
+                and CAST( cust_pkg_option.optionvalue AS INTEGER ) = 1
           )
 END
   



More information about the freeside-commits mailing list