X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=c8fd7cd956ae26dbad49b919b7f4fd15c9ab706f;hp=bd3ff3e03a512dcb1e3039fe5491241fad3ffce9;hb=dbc6a01ed6a3b4373b01bf985ca735386dd047d4;hpb=bb60bac36854bcd609563dd4b1500bfcdc1449ec diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bd3ff3e03..c8fd7cd95 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1291,6 +1291,13 @@ httemplate/docs/config.html 'select_enum' => [ 'none', 'username', 'username@domain' ], }, + { + 'key' => 'svc_external-skip_manual', + 'section' => 'UI', + 'description' => 'When provisioning svc_external services, skip manual entry of id and title fields in the UI. Usually used in conjunction with an export that populates these fields (i.e. artera_turbo).', + 'type' => 'checkbox', + }, + ); 1;