summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-06-16 06:53:50 +0000
committerivan <ivan>2008-06-16 06:53:50 +0000
commit1d5c8cc1f28fb2a1a02c77cd08f55d02914f5179 (patch)
tree99b8e7bd50b1ca439091503e1f70b8045a9d7be9 /FS
parentb2df599fced4d7a11ee1fec7e74ea81d8fb11669 (diff)
add (with config) ability to edit agent_custid
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 4c2930719..485dea990 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2296,6 +2296,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;