diff options
author | ivan <ivan> | 2007-11-08 00:59:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-08 00:59:35 +0000 |
commit | 82ac92e9804b65f209ee5d38f826c4b9c2897ce9 (patch) | |
tree | aa26adbc269d0ef25cd47778bbeb9b198f1c8089 /conf/impending_recur_template | |
parent | a65a7cdc7bb1126134cd6d0116001278d60ef60e (diff) |
for new installs, centralize some stuff that was spread around different config files.
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 |