diff options
Diffstat (limited to 'conf/impending_recur_template')
-rw-r--r-- | conf/impending_recur_template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/impending_recur_template b/conf/impending_recur_template index 9075ac8bf..deb396ac3 100644 --- a/conf/impending_recur_template +++ b/conf/impending_recur_template @@ -1,20 +1,20 @@ -Ivan Kohler -12345 Test Lane -Truckee, CA 96161 +{ $company_name; } +{ $company_address; } { $first; } { $last; }: We thank you for your continuing patronage. This notice is to remind you -that your { $packages->[0] } Internet service will expire on { use Date::Format; time2str("%x", $recurdates->[0]); }. +that your { $packages->[0] } Internet service +will expire on { use Date::Format; time2str("%B %o, %Y", $recurdates->[0]); }. At that time we will begin charging you on a recurring basis so that we may continue your service uninterrupted. Very Truly Yours, - SISD Service Team + { $company_name; } Service Team |