X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_event%2FCondition%2Ftimes.pm;h=91212e778f1b2694916bfc4d82e4399e364e47f4;hb=b286341305ba302c4a555aeef288f84c7141ccdd;hp=428a2cb09c8e9f61a6ae51c5d2076e67ecd2876e;hpb=e32e1a2357e42a596d12d814f06b8902d05240a1;p=freeside.git diff --git a/FS/FS/part_event/Condition/times.pm b/FS/FS/part_event/Condition/times.pm index 428a2cb09..91212e778 100644 --- a/FS/FS/part_event/Condition/times.pm +++ b/FS/FS/part_event/Condition/times.pm @@ -49,7 +49,7 @@ sub condition_sql { AND status != 'failed' )"; - "$existing <= ". $class->condition_sql_option('run_times'); + "$existing <= ". $class->condition_sql_option_integer('run_times'); }