From 82ac92e9804b65f209ee5d38f826c4b9c2897ce9 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Nov 2007 00:59:35 +0000 Subject: for new installs, centralize some stuff that was spread around different config files. --- conf/impending_recur_template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conf/impending_recur_template') 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 -- cgit v1.2.1