untested triggering of export on payments, requires config enable (RT5825)
[freeside.git] / FS / FS / Conf.pm
index 503aebd..46d4a8a 100644 (file)
@@ -1104,6 +1104,13 @@ worry that config_items is freeside-specific and icky.
   },
 
   {
+    'key'         => 'trigger_export_insert_on_payment',
+    'section'     => 'billing',
+    'description' => 'Enable exports on payment application.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'lpr',
     'section'     => 'required',
     'description' => 'Print command for paper invoices, for example `lpr -h\'',