Hi,

> Admin -> under 'Queue & Responses', [Auto Responses]

Sorry, that is not working.


I made the following modifications to the file
$OTRS_HOME/Kernel/System/Ticket.pm sowhere around line 590 in the
function TicketSubjectBuild

=======================
# Patch by Benjamin
$Subject = "$TicketSubjectRe: " . $Subject;
$Subject = $Subject . "
[$TicketHook$TicketHookDivider$Param{TicketNumber}] ";
# original was:
# $Subject = "$TicketSubjectRe:
[$TicketHook$TicketHookDivider$Param{TicketNumber}] " . $Subject;
=======================

I'm neither a perl expert nor do I know anything about OTRS's internal
architecture.

Is that a safe way to do the modifications? Could there be any side
effects I'm not aware of?

(Is it better to ask this on the dev list?)


Regards
Benjamin





_______________________________________________
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 orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to