X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf_compat17.pm;h=2e4bb055ffbe880b8ffb7db67ff6d63fd21cbf79;hb=eccc8de2366e2e004a37761b8da2b447ec861ecb;hp=56bc956be5cf15bba63c12fe3985c99d4b95b864;hpb=b717c77e7af226f0f525df39fac49f11b3facd4c;p=freeside.git diff --git a/FS/FS/Conf_compat17.pm b/FS/FS/Conf_compat17.pm index 56bc956be..2e4bb055f 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', }, @@ -908,7 +915,6 @@ httemplate/docs/config.html 'type' => 'textarea', }, - { 'key' => 'maxsearchrecordsperpage', 'section' => 'UI', @@ -2451,6 +2457,13 @@ httemplate/docs/config.html 'type' => 'text', }, + { + 'key' => 'unsuspend_email_admin', + 'section' => '', + 'description' => 'Destination admin email address to enable unsuspension notices', + 'type' => 'text', + }, + { 'key' => 'email_report-subject', 'section' => '', @@ -2465,6 +2478,27 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + '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' => '',