summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2001-11-16 10:22:03 +0000
committerivan <ivan>2001-11-16 10:22:03 +0000
commit18ed1ed986d3a6d1b7529afa3d448b0e76618fee (patch)
tree3f1fa54e1a48644e80537387d2c9e32340ef1ab4 /httemplate/docs
parent82a77e8496deec74c06a941e6115d0f79c706241 (diff)
update link to Text::Template docs
Diffstat (limited to 'httemplate/docs')
-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 7841bf776..7dc9aef2d 100644
--- a/httemplate/docs/billing.html
+++ b/httemplate/docs/billing.html
@@ -8,7 +8,7 @@
<ul>
<li>Optional: Invoice template customization
<ul>
- <li>See the <a href="http://search.cpan.org/doc/MJD/Text-Template-1.23/Template.pm">Text::Template</a> documentation for details on the substitution language.
+ <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>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.
<li>In addition, the following variables are available:
<ul>