diff options
author | ivan <ivan> | 2003-07-25 13:13:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-07-25 13:13:43 +0000 |
commit | ed4a362fcf4784715e0ce9d7c7bc5e05cc93cf46 (patch) | |
tree | e768437cee49bf88ad20a7e9d22e6181d336f415 | |
parent | e802abcfc55d928fb96d5272548133e1cab56fad (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 50e9e6c02..16d76fd88 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', }, |