[freeside-commits] freeside/FS/FS/Cron notify.pm,1.2.2.5,1.2.2.6

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.2.2.5
retrieving revision 1.2.2.6
diff -u -d -r1.2.2.5 -r1.2.2.6
--- notify.pm	31 Mar 2009 19:46:01 -0000	1.2.2.5
+++ notify.pm	31 Mar 2009 19:51:55 -0000	1.2.2.6
@@ -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