summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-10-16 13:48:32 +0000
committerivan <ivan>2003-10-16 13:48:32 +0000
commit29750350dc6ffa96f3cf565187de47fce946c64b (patch)
treeef1d99cd676c38700db746c9104ac2eabb1414f5
parentc72de75b27216d67f883d09e82cf270906b8469c (diff)
fix Text::Template link
-rw-r--r--httemplate/docs/billing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/billing.html b/httemplate/docs/billing.html
index c78a87f04..1d6f8c4fc 100644
--- a/httemplate/docs/billing.html
+++ b/httemplate/docs/billing.html
@@ -11,7 +11,7 @@
<li>Credit card decline alerts: Customize the <a href="../config/config.cgi#declinetemplate">declinetemplate</a> configuration option and set the <a href="../config/config.cgi#emaildecline">emaildecline</a> configuration option.
<li>Optional: Invoice template customization
<ul>
- <li>See the <a href="http://search.cpan.org/doc/MJD/Text-Template-1.42/Template.pm">Text::Template</a> documentation for details on the substitution language.
+ <li>See the <a href="http://search.cpan.org/~mjd/Text-Template/lib/Text/Template.pm">Text::Template</a> documentation for details on the substitution language.
<li>You <b>must</b> call the invoice_lines() function at least once - pass it a number of lines, and it returns a list of array references, each of two elements: a service description column, and a price column. Alternatively, call invoice_lines() with no arguments, and pagination will be disabled - all invoice line items will print on one page, with no padding (recommended for email invoices).
<li>In addition, the following variables are available:
<ul>