option for no postal fee on one-time charges
[freeside.git] / FS / FS / Conf.pm
index d244dce..610d590 100644 (file)
@@ -730,6 +730,13 @@ worry that config_items is freeside-specific and icky.
     'type'        => 'textarea',
   },
   
+  {
+    'key'         => 'auto_router',
+    'section'     => '',
+    'description' => 'Automatically choose the correct router/block based on supplied ip address when possible while provisioning broadband services',
+    'type'        => 'checkbox',
+  },
+  
   {
     'key'         => 'hidecancelledpackages',
     'section'     => 'UI',
@@ -2004,6 +2011,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',
@@ -2422,6 +2436,13 @@ worry that config_items is freeside-specific and icky.
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'cust_bill-max_same_services',
+    'section'     => 'billing',
+    'description' => 'Maximum number of the same service to list individually on invoices before condensing to a single line listing the number of services.  Defaults to 5.',
+    'type'        => 'text',
+  },
+
 );
 
 1;