X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fpkg_next_bill_within.pm;h=90c4c6accea1ce3f76fd3ba23e023b8dfd72927e;hb=faa774764df03c6f3280177f6adfcd2214995a13;hp=dc16ce843034a10ef9d51325b4c19251d42c6726;hpb=becc3877b546ffb36d4ce674848d9da51c44153f;p=freeside.git diff --git a/FS/FS/part_event/Condition/pkg_next_bill_within.pm b/FS/FS/part_event/Condition/pkg_next_bill_within.pm index dc16ce843..90c4c6acc 100644 --- a/FS/FS/part_event/Condition/pkg_next_bill_within.pm +++ b/FS/FS/part_event/Condition/pkg_next_bill_within.pm @@ -5,7 +5,7 @@ use base qw( FS::part_event::Condition ); use FS::Record qw( qsearch ); sub description { - 'Next bill date within interval'; + 'Next bill date within upcoming interval'; } # Run the event when the next bill date is within X days.