RT# 32238 Billing Event cust_birthdate - Amended labels
authorMitch Jackson <mitch@freeside.biz>
Wed, 28 Nov 2018 23:36:33 +0000 (18:36 -0500)
committerMitch Jackson <mitch@freeside.biz>
Wed, 28 Nov 2018 23:38:19 +0000 (18:38 -0500)
FS/FS/part_event/Condition/cust_birthdate.pm

index 874e3ac..56ce857 100644 (file)
@@ -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',
     }