[freeside-commits] freeside/FS/FS/part_event/Condition times.pm, 1.2, 1.3
Mark Wells
mark at wavetail.420.am
Thu Mar 24 16:24:57 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail.420.am:/tmp/cvs-serv1369/Condition
Modified Files:
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.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- times.pm 23 Mar 2011 06:12:30 -0000 1.2
+++ times.pm 24 Mar 2011 23:24:55 -0000 1.3
@@ -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