summaryrefslogtreecommitdiff
path: root/FS/FS/part_event
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-11-28 18:36:33 -0500
committerMitch Jackson <mitch@freeside.biz>2018-11-28 18:59:09 -0500
commitf49e004a02ae65209524071af08076508fc47692 (patch)
treebb79e8eee979bdc5de18d4341c5bffb66eb276ce /FS/FS/part_event
parent577e0f4b8706673cf9335eb2de26547f8d5d1d02 (diff)
RT# 32238 Billing Event cust_birthdate - Amended labels
Diffstat (limited to 'FS/FS/part_event')
-rw-r--r--FS/FS/part_event/Condition/cust_birthdate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_event/Condition/cust_birthdate.pm b/FS/FS/part_event/Condition/cust_birthdate.pm
index 874e3ac..56ce857 100644
--- a/FS/FS/part_event/Condition/cust_birthdate.pm
+++ b/FS/FS/part_event/Condition/cust_birthdate.pm
@@ -16,13 +16,13 @@ birthday (cust_main.birthdate)
=cut
sub description {
- 'Customer birthdate occurs within the given timeframe';
+ 'Customer birthday is within time window after billing date';
}
sub option_fields {
(
timeframe => {
- label => 'Timeframe',
+ label => 'Time window after bill date',
type => 'freq',
value => '1m',
}