X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=eba04d426be605427fe558f48b3b9f2ea4305a69;hb=9bf05e6da4c33578efb15313533f2060d18bdeb4;hp=b86bfa8e697600b505158de98f86ffda4f864cc1;hpb=63ec397ccea7b71f6ae9b77db7f905c1a56d430d;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b86bfa8e6..eba04d426 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1672,6 +1672,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'selfservice_server-single_domain', + 'section' => '', + 'description' => 'If specified, only use this one domain for self-service access.', + 'type' => 'text', + }, + + { 'key' => 'card_refund-days', 'section' => 'billing', 'description' => 'After a payment, the number of days a refund link will be available for that payment. Defaults to 120.', @@ -1823,8 +1830,8 @@ worry that config_items is freeside-specific and icky. }, { 'key' => 'referral_credit', - 'section' => 'billing', - 'description' => "Enables one-time referral credits in the amount of one month referred customer's recurring fee (irregardless of frequency).", + 'section' => 'deprecated', + 'description' => "Used to enable one-time referral credits in the amount of one month referred customer's recurring fee (irregardless of frequency). Replace with a billing event on appropriate packages.", 'type' => 'checkbox', }, @@ -2340,8 +2347,8 @@ worry that config_items is freeside-specific and icky. { 'key' => 'referral_credit_type', - 'section' => 'billing', - 'description' => 'The group to use for new, automatically generated credit reasons resulting from referrals.', + 'section' => 'deprecated', + 'description' => 'Used to be the group to use for new, automatically generated credit reasons resulting from referrals. Now set in a package billing event for the referral.', 'type' => 'select-sub', 'options_sub' => sub { require FS::Record; require FS::reason_type; @@ -2577,6 +2584,14 @@ worry that config_items is freeside-specific and icky. 'type' => 'text', }, + { + 'key' => 'cdr-charged_party-accountcode', + 'section' => '', + 'description' => 'Set the charged_party field of CDRs to the accountcode.', + 'type' => 'checkbox', + }, + + ); 1;