Anyone?


On Tue, Sep 3, 2013 at 1:08 PM, ml ml <mliebherr99@googlemail.com> wrote:
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