summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-08-25 22:11:08 +0000
committerivan <ivan>2010-08-25 22:11:08 +0000
commit45f5d02ebfeaef2a955b377436dcf3b7e326c915 (patch)
tree988c2d2b51e6e98bf65f315f3836cf0acaabaa4b /FS
parent837bf36d5c126a10f0ceba381526fa35d0716b02 (diff)
slightly better description?
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_event/Condition/pkg_next_bill_within.pm2
1 files changed, 1 insertions, 1 deletions
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.