X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=4e497c1cc2b7e1cb5e9bbb95e12524a75a0f5a2f;hb=f2c26594352302de80c2cd0cbba8b0e2abada6f7;hp=da8717e2517d64764e8531c219c0b1656c35bdcc;hpb=b31455ec31222bd0e882b76895baa794d80acb17;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index da8717e25..4e497c1cc 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1925,6 +1925,13 @@ and customer address. Include units.', }, { + 'key' => 'unmask_ss', + 'section' => 'UI', + 'description' => "Don't mask social security numbers in the web interface.", + 'type' => 'checkbox', + }, + + { 'key' => 'show_stateid', 'section' => 'UI', 'description' => "Turns on display/collection of driver's license/state issued id numbers in the web interface. Sometimes required by electronic check (ACH) processors.", @@ -3080,7 +3087,14 @@ and customer address. Include units.', 'type' => 'checkbox', }, - { + { + 'key' => 'cust_bill-ftp_spool', + 'section' => 'invoicing', + 'description' => 'Enable FTP upload of the invoice spool during daily processing', + 'type' => 'checkbox', + }, + +{ 'key' => 'svc_acct-usage_suspend', 'section' => 'billing', 'description' => 'Suspends the package an account belongs to when svc_acct.seconds or a bytecount is decremented to 0 or below (accounts with an empty seconds and up|down|totalbytes value are ignored). Typically used in conjunction with prepaid packages and freeside-sqlradius-radacctd.', @@ -3141,14 +3155,6 @@ and customer address. Include units.', }, { - 'key' => 'cust_location-agent_code', - 'section' => 'UI', - 'description' => 'Optional agent string for cust_location-label_prefix', - 'type' => 'text', - 'per_agent' => 1, - }, - - { 'key' => 'cust_pkg-display_times', 'section' => 'UI', 'description' => 'Display full timestamps (not just dates) for customer packages. Useful if you are doing real-time things like hourly prepaid.',