add (with config) ability to edit agent_custid
[freeside.git] / FS / FS / Conf.pm
index 1506dde..e54283d 100644 (file)
@@ -2278,6 +2278,13 @@ worry that config_items is freeside-specific and icky.
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'cust_main-edit_agent_custid',
+    'section'     => 'UI',
+    'description' => 'Enable editing of the agent_custid field.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;