set charged_party to accoutncode for vedeye, RT#4342
[freeside.git] / FS / FS / Conf.pm
index e1fb842..eba04d4 100644 (file)
@@ -2584,6 +2584,14 @@ worry that config_items is freeside-specific and icky.
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'cdr-charged_party-accountcode',
+    'section'     => '',
+    'description' => 'Set the charged_party field of CDRs to the accountcode.',
+    'type'        => 'checkbox',
+  },
+
+
 );
 
 1;