From: Mitch Jackson Date: Wed, 28 Nov 2018 23:36:33 +0000 (-0500) Subject: RT# 32238 Billing Event cust_birthdate - Amended labels X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=299bcc0f7ee6583d08c23a6e39c41582264321ac 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', }