Hello List,

we are running OTRS 3.1.10 and i was wondering if the Customer Name and
Number shows up in Search Result and Dashboard in OTRS 3.2?

I also tried to patch it myself:
http://forums.otterhub.org/viewtopic.php?f=62&t=16012

                my %UserData =
$Self->{CustomerUserObject}->CustomerUserDataGet( User => $ListKey );
                my %CompanyData =
$Self->{CustomerCompanyObject}->CustomerCompanyGet( CustomerID =>
$UserData{CustomerID});
                %UserData{ keys %CompanyData } = values %CompanyData;



But i am getting:
[Error][Kernel::System::TicketSearch::TicketSearch][Line:424]: Need valid
OrderBy (UP)!

Thanks,
Mario
---------------------------------------------------------------------
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

Reply via email to