X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=86f59c411ddf2d8c5b1e74078cd3342bd2fbd092;hb=28a9780a3b11b544ee6d854a4847d3e65a9aeb4e;hp=706ebe720d2d79717151b0e3dedbca0e80bda1ed;hpb=5aed678a590be255eccc42b944975c4a846b1807;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 706ebe720..86f59c411 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 Business::OnlinePayment. Evaluated as a double-quoted perl string, with the following variables available: $agent (the agent name), and $pkgs (a comma-separated list of packages to which the invoiced being charged applies)', + 'description' => 'String passed as the description field to Business::OnlinePayment. Evaluated as a double-quoted perl string, with the following variables available: $agent (the agent name), and $pkgs (a comma-separated list of packages for which these charges apply)', 'type' => 'text', }, @@ -1053,6 +1053,13 @@ httemplate/docs/config.html 'type' => 'text', }, + { + 'key' => 'users-allow_comp', + 'section' => '', + 'description' => 'Usernames which can create complimentary customers, one per line. If no usernames are entered, all users can create complimentary accounts.' + 'type' => 'textarea', + }, + ); 1;