diff options
author | ivan <ivan> | 2002-04-14 01:36:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-14 01:36:35 +0000 |
commit | 38616a70ddf2b60925af53b605a4ea40a1c51e09 (patch) | |
tree | 8d2a6e2004cc06634587b6bbf16ff76f064acb87 /httemplate/docs/billing.html | |
parent | 327df8aefdcf96c9c83805570abf4cc242cf46b9 (diff) |
docu for invoice_lines(0) with no arguments
Diffstat (limited to 'httemplate/docs/billing.html')
-rw-r--r-- | httemplate/docs/billing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/billing.html b/httemplate/docs/billing.html index de59fc60a..4a5642af9 100644 --- a/httemplate/docs/billing.html +++ b/httemplate/docs/billing.html @@ -10,7 +10,7 @@ <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>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>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> <li>$invnum - invoice number |