X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=4e497c1cc2b7e1cb5e9bbb95e12524a75a0f5a2f;hb=f2c26594352302de80c2cd0cbba8b0e2abada6f7;hp=2acbf0a89e10ad675a31118496dda24a148a3bca;hpb=1ae273f69e5bf2b46c9c5fcd990ad923770ace56;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2acbf0a89..4e497c1cc 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3087,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.', @@ -3148,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.',