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?
Method {TicketObject}->GetTNByString()
Moderator: crythias
Method {TicketObject}->GetTNByString()
OTRS 3.2.2 - CentOS - MySQL
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Method {TicketObject}->GetTNByString()
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
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
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