X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8267b9bb2db915e803be277fdd73dd5dc19d6b4d;hb=ff92fba056c2b61753d464c84ecede6ec2f57258;hp=8fce9902464e010b7b7782061716d4ddad65045d;hpb=696a5c1ac572c9327021d01d2d49121f1198c7da;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8fce99024..8267b9bb2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2287,6 +2287,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-agent_login', + 'section' => 'self-service', + 'description' => 'Allow agent login via self-service.', + 'type' => 'checkbox', + }, + + { '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.', @@ -2891,6 +2898,13 @@ and customer address. Include units.', }, { + 'key' => 'batchconfig-td_eft1464', + 'section' => 'billing', + 'description' => 'Configuration for TD Bank EFT1464 batching, five lines: 1. Originator ID, 2. Datacenter Code, 3. Short name, 4. Long name, 5. Returned payment branch number, 6. Returned payment account, 7. Transaction code.', + 'type' => 'textarea', + }, + + { 'key' => 'payment_history-years', 'section' => 'UI', 'description' => 'Number of years of payment history to show by default. Currently defaults to 2.',