Thanks! I'll give it a try

Falko Zurell
Head of Application Management
I-D Media AG
eMail: [EMAIL PROTECTED]
Tel.: +49-30-25947-357
Mobil: +49-160-3625277


----- Original Message -----
From: otrs-bounces
Sent: 18.05.2006 17:11
To: "User questions and discussions about OTRS.org" <otrs@otrs.org>
Subject: Re: AW: Re: [otrs] Queue ID in ticket number or hook?

Found it.

In Kernel/Ticket.pm change

# create ticket number if not given
if (!$Param{TN}) {
    $Param{TN} = $Self->CreateTicketNr( );
}

to

# create ticket number if not given
if (!$Param{TN}) {
    $Param{TN} = $Self->CreateTicketNr( QueueID => $Param{QueueID} );
}

Regards,
Richard

Richard Hinkamp - BeSite wrote:
Hmm, Just saw it doesn't work when creating a new ticket in OTRS, only
with incoming mails. Let's see if I can fix that.
_______________________________________________
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/
_______________________________________________
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/

Reply via email to