add overlimit_groups agent-specific config, overriding export-specific overlimit_grou...
[freeside.git] / FS / FS / Conf.pm
index 3aaa667..3e159fa 100644 (file)
@@ -2242,6 +2242,14 @@ worry that config_items is freeside-specific and icky.
   },
 
   {
+    'key'         => 'overlimit_groups',
+    'section'     => '',
+    'description' => 'RADIUS group (or comma-separated groups) to assign to svc_acct which has exceeded its bandwidth or time limit.',
+    'type'        => 'text',
+    'per_agent'   => 1,
+  },
+
+  {
     'key'         => 'cust-fields',
     'section'     => 'UI',
     'description' => 'Which customer fields to display on reports by default',