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/invoice_template | |
parent | a65a7cdc7bb1126134cd6d0116001278d60ef60e (diff) |
for new installs, centralize some stuff that was spread around different config files.
Diffstat (limited to 'conf/invoice_template')
-rw-r--r-- | conf/invoice_template | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/conf/invoice_template b/conf/invoice_template index 4b2c64bcb..b33c4dda1 100644 --- a/conf/invoice_template +++ b/conf/invoice_template @@ -1,11 +1,10 @@ Invoice - { substr("Page $page of $total_pages ", 0, 19); } { use Date::Format; time2str("%x", $date); } FS-{ $invnum; } + { substr("Page $page of $total_pages ", 0, 19); } { use Date::Format; time2str("%x", $date); } Invoice #{ $invnum; } -Ivan Kohler -12345 Test Lane -Truckee, CA 96161 +{ $company_name; } +{ $company_address; } { $address[0]; } @@ -24,4 +23,4 @@ Truckee, CA 96161 ); } - -=> Freeside - open-source billing for ISPs - http://www.sisd.com/freeside <=- + -=> { $company_name; } <=- |