X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d84ca00f05dee00d513fbcd0a4dbcb7474126345;hb=0924aec8b98b4056357bfdd19f45686a3e9008e2;hp=8e48dc20d926d3c52c50f2795bc46e4d35d43a92;hpb=33631ac48cd91bf9bee1cd7f25f2f23fc640cb65;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8e48dc20d..d84ca00f0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1786,6 +1786,7 @@ and customer address. Include units.', 'section' => 'username', 'description' => 'Allow uppercase characters in usernames. Not recommended for use with FreeRADIUS with MySQL backend, which is case-insensitive by default.', 'type' => 'checkbox', + 'per_agent' => 1, }, { @@ -1996,6 +1997,14 @@ and customer address. Include units.', 'type' => 'text', }, + { + 'key' => 'signup_server-terms_of_service', + 'section' => 'self-service', + 'description' => 'Terms of Service for the signup server. May contain HTML.', + 'type' => 'textarea', + 'per_agent' => 1, + }, + { 'key' => 'selfservice_server-base_url', 'section' => 'self-service', @@ -2889,6 +2898,7 @@ and customer address. Include units.', 'section' => '', 'description' => "Use the agent's master service address as the service address (only ship_address2 can be entered, if blank on the master address). Useful for multi-tenant applications.", 'type' => 'checkbox', + 'per_agent' => 1, }, { 'key' => 'referral_credit', @@ -3581,6 +3591,7 @@ and customer address. Include units.', 'section' => '', 'description' => 'Require daytime or night phone for all customer records.', 'type' => 'checkbox', + 'per_agent' => 1, }, { @@ -3588,6 +3599,7 @@ and customer address. Include units.', 'section' => '', 'description' => 'Email address field is required: require at least one invoicing email address for all customer records.', 'type' => 'checkbox', + 'per_agent' => 1, }, { @@ -3730,7 +3742,7 @@ and customer address. Include units.', 'section' => 'UI', 'description' => 'The year to use in census tract lookups', 'type' => 'select', - 'select_enum' => [ qw( 2010 2009 2008 ) ], + 'select_enum' => [ qw( 2012 2011 2010 ) ], }, { @@ -4246,6 +4258,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'cdr-asterisk_australia_rewrite', + 'section' => 'telephony', + 'description' => 'For Asterisk CDRs, assign CDR type numbers based on Australian conventions.', + 'type' => 'checkbox', + }, + { 'key' => 'cust_pkg-show_autosuspend', 'section' => 'UI',