diff options
author | jeff <jeff> | 2007-02-14 00:19:16 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-02-14 00:19:16 +0000 |
commit | 81429b64bf32057d1c93cf4b0b2445e937b541d7 (patch) | |
tree | 71387dd014a8a4c8643b713b766d059d63b6223a | |
parent | 0d0c2d38894f07b94ff74e0ecbf3cc7c03fe25a6 (diff) |
better docs for impending doom
-rw-r--r-- | FS/FS/Conf.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 156aed3e5..dc93196be 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2040,7 +2040,8 @@ httemplate/docs/config.html { 'key' => 'impending_recur_template', 'section' => 'billing', - 'description' => 'Template file for alerts about looming first time recurrant billing. See the <a href="../docs/billing.html#invoice_template">billing documentation</a> for details. Also see packages with a <a href="../browse/part_pkg.cgi">flat price plan</a>', + 'description' => 'Template file for alerts about looming first time recurrant billing. See the <a href="http://search.cpan.org/~mjd/Text-Template.pm">Text::Template</a> documentation for details on the template substitition language. Also see packages with a <a href="../browse/part_pkg.cgi">flat price plan</a> The following variables are available<ul><li><code>$packages</code> allowing <code>$packages->[0]</code> thru <code>$packages->[n]</code> <li><code>$recurdates</code> allowing <code>$recurdates->[0]</code> thru <code>$recurdates->[n]</code> <li><code>$first</code> <li><code>$last</code></ul>', +# <li><code>$payby</code> <li><code>$expdate</code> most likely only confuse 'type' => 'textarea', }, |