
I've been asked to change things like the subject line "New ticket
notification!..." to have a shorter prefix and a longer section of the
customer's subject.
Looks like I change that stuff if the file Kernel/Config/Defaults.pm
Is this is the correct place to change these kinds of things?
" $Self->{NotificationSubjectNewTicket} = 'New ticket notification!
(

Hi Wes, On Tue, Jun 10, 2003 at 02:36:50PM -0700, Wes Plate wrote:
I've been asked to change things like the subject line "New ticket notification!..." to have a shorter prefix and a longer section of the customer's subject.
Looks like I change that stuff if the file Kernel/Config/Defaults.pm
Is this is the correct place to change these kinds of things?
" $Self->{NotificationSubjectNewTicket} = 'New ticket notification! (
)'; " To something like
" $Self->{NotificationSubjectNewTicket} = 'New Tkt! (
)'; "
The better way would be to add $Self->{NotificationSubjectNewTicket} = 'New Tkt!
(
Wes Plate Automatic Duck, Inc.
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl

On 6/22/03 12:53 PM, "Martin Edenhofer" wrote:
The better way would be to add $Self->{NotificationSubjectNewTicket} = 'New Tkt! (
)'; to Kernel/Config.pm. Because Kernel/Config/Defaults.pm will be overwritten with every new OTRS package (Kernel/Config.pm not!).
This is great to hear from you. I had changed the Defaults file, but now I know to instead make the changes to the config file! Thank you. -- Wes Plate Automatic Duck, Inc. http://www.wesplate.com http://www.automaticduck.com
participants (2)
-
Martin Edenhofer
-
Wes Plate