Method {TicketObject}->GetTNByString()

Moderator: crythias

Locked
richardn
Znuny newbie
Posts: 16
Joined: 16 May 2012, 09:05
Znuny Version: 3.2.2

Method {TicketObject}->GetTNByString()

Post by richardn »

Im trying to find the Method GetTNByString() which is used in Postmaster.pm as followed:

my $Tn = $Self->{TicketObject}->GetTNByString( $Self->{ParserObject}->GetPlainEmail() );

now I searched in the TicketObject (Ticket.pm) obviously... but i cant seem to find it... where does it hide?
OTRS 3.2.2 - CentOS - MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Method {TicketObject}->GetTNByString()

Post by crythias »

grep -sir gettnbystring *

Ticket/Number/AutoIncrement.pm:sub GetTNByString {
Ticket/Number/DateChecksum.pm:sub GetTNByString {
Ticket/Number/Random.pm:sub GetTNByString {
Ticket/Number/Date.pm:sub GetTNByString {

That seems to make sense, too. HTH
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked