X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=eb02ff12a8ce1a18b38125afd46226d4195a20c1;hb=f441bdef352ddd432e305da35e80813ca30e517f;hp=703b321299564d792b6639f4417875be7aef96f8;hpb=daf0d492e029527b6e355cea3720dcb7622ae7a1;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 703b32129..eb02ff12a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1373,9 +1373,10 @@ httemplate/docs/config.html { 'key' => 'ticket_system', 'section' => '', - 'description' => 'Ticketing system integraiton. RT_Internal uses the built-in RT ticketing system (use make create-rt to create the necessary tables). RT_Libs uses the built-in RT libraries to access an RT installation in a separate database (local or remote). RT_External uses raw SQL access (and eventually RT\'s XML interface and RTx::Atom?) to access an RT installation in a separate database (local or remote).', + 'description' => 'Ticketing system integraiton. RT_Internal uses the built-in RT ticketing system (see the integrated ticketing installation instructions). RT_External accesses an external RT installation in a separate database (local or remote).', 'type' => 'select', - 'select_enum' => [ '', qw(RT_Internal RT_Libs RT_External) ], + #'select_enum' => [ '', qw(RT_Internal RT_Libs RT_External) ], + 'select_enum' => [ '', qw(RT_Internal RT_External) ], }, {