diff options
| author | ivan <ivan> | 2009-10-07 00:43:03 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2009-10-07 00:43:03 +0000 | 
| commit | cb4443b58fb55f5c2fe28f031616e80922a0431c (patch) | |
| tree | aa35ad65ddcb25dfe5b765ba67a2858c763c4a03 | |
| parent | 2d0724a44131e2c9394ba1d7b3f2a8ac6e747ad0 (diff) | |
bring up-to-date wrt 1.7 Conf.pm 1.180.2.52 (2009-10-03), RT#2873
| -rw-r--r-- | FS/FS/Conf_compat17.pm | 30 | 
1 files changed, 29 insertions, 1 deletions
| diff --git a/FS/FS/Conf_compat17.pm b/FS/FS/Conf_compat17.pm index 56bc956be..15d4738f5 100644 --- a/FS/FS/Conf_compat17.pm +++ b/FS/FS/Conf_compat17.pm @@ -484,7 +484,14 @@ httemplate/docs/config.html    {      'key'         => 'deletecustomers',      'section'     => 'UI', -    'description' => 'Enable customer deletions.  Be very careful!  Deleting a customer will remove all traces that this customer ever existed!  It should probably only be used when auditing a legacy database.  Normally, you cancel all of a customers\' packages if they cancel service.', +    'description' => 'Enable customer deletions.  Be very careful!  Deleting a customer will remove all traces that the customer ever existed!  It should probably only be used when auditing a legacy database.  Normally, you cancel all of a customers\' packages if they cancel service.', +    'type'        => 'checkbox', +  }, + +  { +    'key'         => 'deleteinvoices', +    'section'     => 'UI', +    'description' => 'Enable invoices deletions.  Be very careful!  Deleting an invoice will remove all traces that the invoice ever existed!  Normally, you would apply a credit against the invoice instead.',  #invoice voiding?      'type'        => 'checkbox',    }, @@ -2466,6 +2473,27 @@ httemplate/docs/config.html    },    { +    'key'         => 'sg-ping_username', +    'section'     => '', +    'description' => "Don't use this.", +    'type'        => 'text', +  }, + +  { +    'key'         => 'sg-ping_password', +    'section'     => '', +    'description' => "Don't use this.", +    'type'        => 'text', +  }, + +  { +    'key'         => 'sg-login_username', +    'section'     => '', +    'description' => "Don't use this.", +    'type'        => 'text', +  }, + +  {      'key'         => 'queued-max_kids',      'section'     => '',      'description' => 'Maximum number of queued processes.  Defaults to 10.', | 
