[freeside-commits] branch master updated. 299bcc0f7ee6583d08c23a6e39c41582264321ac

Mitch Jackson mitch at freeside.biz
Wed Nov 28 15:38:31 PST 2018


The branch, master has been updated
       via  299bcc0f7ee6583d08c23a6e39c41582264321ac (commit)
      from  e2bb9577e6d6281f251f3a5b74319543429cc50f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 299bcc0f7ee6583d08c23a6e39c41582264321ac
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Wed Nov 28 18:36:33 2018 -0500

    RT# 32238 Billing Event cust_birthdate - Amended labels

diff --git a/FS/FS/part_event/Condition/cust_birthdate.pm b/FS/FS/part_event/Condition/cust_birthdate.pm
index 874e3acd0..56ce857cf 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',
     }

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Condition/cust_birthdate.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list