diff options
author | ivan <ivan> | 2003-07-25 13:13:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-07-25 13:13:46 +0000 |
commit | 9b9d80ef01f33dc1552ca10f1d0a439243cf3548 (patch) | |
tree | 764eb5e0e7bf1b5e081153f67108f337004872cd | |
parent | ebc86db916baf888acf7472c6ec781a678608481 (diff) |
doc
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 706ebe720..d185f8d41 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -278,7 +278,7 @@ httemplate/docs/config.html { 'key' => 'business-onlinepayment-description', 'section' => 'billing', - 'description' => 'String passed as the description field to <a href="http://search.cpan.org/search?mode=module&query=Business%3A%3AOnlinePayment">Business::OnlinePayment</a>. Evaluated as a double-quoted perl string, with the following variables available: <code>$agent</code> (the agent name), and <code>$pkgs</code> (a comma-separated list of packages to which the invoiced being charged applies)', + 'description' => 'String passed as the description field to <a href="http://search.cpan.org/search?mode=module&query=Business%3A%3AOnlinePayment">Business::OnlinePayment</a>. Evaluated as a double-quoted perl string, with the following variables available: <code>$agent</code> (the agent name), and <code>$pkgs</code> (a comma-separated list of packages for which these charges apply)', 'type' => 'text', }, |