X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=61b41685a8c9b327e6ab47ca3ea1bfa2c2c5066d;hb=5d6b394a5c676e5b87819a205da545f17fde8616;hp=79e9feb3c4b01f55bc8690084e4e8ee1dd49f610;hpb=4b5d4c82766ef1869d03df63fa1e2f0dd050cb6a;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 79e9feb3c..61b41685a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2012,6 +2012,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'postal_invoice-recurring_only', + 'section' => 'billing', + 'description' => 'The postal invoice fee is omitted on invoices without reucrring charges when this is set.', + 'type' => 'checkbox', + }, + + { 'key' => 'batch-enable', 'section' => 'billing', 'description' => 'Enable credit card and/or ACH batching - leave disabled for real-time installations.', @@ -2416,6 +2423,23 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'cust_main-default_agent_custid', + 'section' => 'UI', + 'description' => 'Display the agent_custid field instead of the custnum field.', + 'type' => 'checkbox', + }, + + { + 'key' => 'cust_main-auto_agent_custid', + 'section' => 'UI', + 'description' => 'Automatically assign an agent_custid - select format', + 'type' => 'select', + 'select_hash' => [ '' => 'No', + '1YMMXXXXXXXX' => '1YMMXXXXXXXX', + ], + }, + + { 'key' => 'cust_main-default_areacode', 'section' => 'UI', 'description' => 'Default area code for customers.', @@ -2436,6 +2460,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'text', }, + { + 'key' => 'suspend_email_admin', + 'section' => '', + 'description' => 'Destination admin email address to enable suspension notices', + 'type' => 'text', + }, + ); 1;