Hi Alexander, On Wed, Aug 17, 2005 at 12:06:08AM +0400, Alexander Kardailsky wrote: >Tuesday, August 16, 2005, 11:39:56 PM, you wrote: > >> Alexander, > >> There are two settings I've found that make these changes possible > >> OTRS 2.0.1 - On *nix > >> /opt/otrs/Kernel/Config/Files/Ticket.pm >> Remark out the statement that is the default and change this to whichever >> suits your needs > >> Also, you will need to configure one additional file at a minimum > >> /opt/otrs/scripts/apache2-perl-startup.pl or apache-perl-startup.pl >> Modify the 'use' statement to match the number generation you want. > >> I've had problems with this though. I am working a clean install >> on a multiprocessor x86 server running RHEL3 > >> If you come up with anything else please pass it on ;) > >> You of course will need to bounce your apache services > > Thanks for info. I've just found that altering > /opt/otrs/Kernel/Config/Files/Ticket.pm and ZZZAAuto.pm is enough > for me because I don't use perl script at the moment. :)
Please do _not_ change these files manualy, they will be overwritten
during updates or by the grafical system configurations frontend and all
your settings will be lost...
Put your own settings only into the file Kernel/Config.pm, this file is
never changed automaticly.
To change the ticket counter for example to auto increment, the
following two lines should help you:
$Self->{'Ticket::NumberGenerator'} =
'Kernel::System::Ticket::Number::AutoIncrement';
$Self->{'Ticket::NumberGenerator::MinCounterSize'} = 5;
Best regards,
Christian
--
((otrs)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
http://www.otrs.de/ :: Manage your communication!
signature.asc
Description: Digital signature
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
