[freeside-commits] freeside/FS/FS/part_event/Condition times.pm, 1.1.2.3, 1.1.2.4

Mark Wells mark at wavetail.420.am
Thu Mar 24 16:25:10 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail.420.am:/tmp/cvs-serv1427/Condition

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	times.pm 
Log Message:
fix data type issue, #11834

Index: times.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/times.pm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -w -d -r1.1.2.3 -r1.1.2.4
--- times.pm	23 Mar 2011 06:12:31 -0000	1.1.2.3
+++ times.pm	24 Mar 2011 23:25:08 -0000	1.1.2.4
@@ -49,7 +49,7 @@
                         AND status != 'failed'
                   )";
 
-  "$existing <= ". $class->condition_sql_option('run_times');
+  "$existing <= ". $class->condition_sql_option_integer('run_times');
 
 }
 



More information about the freeside-commits mailing list