X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=eb6c6907370268fa3fc18c4400e55b5d6954c093;hp=c8fd7cd956ae26dbad49b919b7f4fd15c9ab706f;hb=326123622b3e60db0d6893f076b3a082f4e2a44a;hpb=dbc6a01ed6a3b4373b01bf985ca735386dd047d4 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c8fd7cd95..eb6c69073 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1298,6 +1298,14 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'svc_external-display_type', + 'section' => 'UI', + 'description' => 'Select a specific svc_external type to enable some UI changes specific to that type (i.e. artera_turbo).', + 'type' => 'select', + 'select_enum' => [ 'generic', 'artera_turbo', ], + }, + ); 1;