Re: [otrs] Show Customer Name and Number in Search Result and Dashboard

2013-09-06 Thread ml ml
Anyone?


On Tue, Sep 3, 2013 at 1:08 PM, ml ml  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
>
>
-
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

[otrs] Show Customer Name and Number in Search Result and Dashboard

2013-09-03 Thread ml ml
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