X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fonce_every.pm;h=ef28078ed52b4500d7a0aed6d1ef360224d5adda;hb=9f88c61407594e6c60226b607cc610b7cbde8953;hp=2921b3a222450152f93d682d5f3b2027a27bd3c1;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/FS/FS/part_event/Condition/once_every.pm b/FS/FS/part_event/Condition/once_every.pm index 2921b3a22..ef28078ed 100644 --- a/FS/FS/part_event/Condition/once_every.pm +++ b/FS/FS/part_event/Condition/once_every.pm @@ -31,7 +31,7 @@ sub condition { 'eventpart' => $self->eventpart, 'tablenum' => $tablenum, 'status' => { op=>'!=', value=>'failed' }, - '_date' => { op=>'>=', value=>$max_date }, + '_date' => { op=>'>', value=>$max_date }, }, 'extra_sql' => ( $opt{'cust_event'}->eventnum =~ /^(\d+)$/ ? " AND eventnum != $1 "