X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d8e111b3571fff4524df4b4eb927b49a4176eb44;hp=1ee0214c2282b40b7b3137e1a1bb4d532fea166e;hb=beb9681db0ee4c0912c82849267a82dd434784b3;hpb=a22b55437cb9c2da2670c33b28dd521a1ef1a190 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1ee0214c2..d8e111b35 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3079,6 +3079,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'svc_acct-disable_access_number', + 'section' => 'UI', + 'descritpion' => 'Disable access number selection.', + 'type' => 'checkbox', + }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },