X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=905c60d2b065b71df2cb985847d37277db5704d3;hp=03b3766564e97cfb60f78696cdaa082535b188f8;hb=ca19c9b9d3f40739a201e8100c22f5cba3730b9e;hpb=cbbc7e215fb2f235c05abdb8c9434bdb2385ce3f diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 03b376656..905c60d2b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -934,6 +934,13 @@ httemplate/docs/config.html }, { + 'key' => 'legacy_link-steal', + 'section' => 'UI', + 'description' => 'Allow "stealing" an already-audited service from one customer (or package) to another using the link function.', + 'type' => 'checkbox', + }, + + { 'key' => 'queue_dangerous_controls', 'section' => 'UI', 'description' => 'Enable queue modification controls on account pages and for new jobs. Unless you are a developer working on new export code, you should probably leave this off to avoid causing provisioning problems.', @@ -1192,6 +1199,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'disable_autoreverse', + 'section' => 'BIND', + 'description' => 'Disable automatic synchronization of reverse-ARPA entries.', + 'type' => 'checkbox', + }, + ); 1;