anyway, here's a patch for what I badly needed. Now I'm going to transform
the customer database to ldap...

On Thu, Dec 05, 2002 at 11:59:18AM +0100, Wiktor Wodecki wrote:
> Hello list,
> 
> I'm curious whether the combobox displays id(login) or login(id).
> Whatever it is it doesn't make much sense to me. While importing data
> from our LDAP to the database for transition I added the company name
> in the comment field and I'd like to see it in the combobox. Is it enough
> to change Kernel/System/CustomerUser.pm to reflect this?
> Are there any plans in extending the db scheme for a "company name" field?
> 
> 
> -- 
> Regards,
> 
> Wiktor Wodecki
> 
> _______________________________________________
> OpenTRS mailing list: dev - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/dev
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

-- 
Regards,

Wiktor Wodecki

diff -burN OpenTRS.orig/Kernel/Output/HTML/Admin.pm OpenTRS/Kernel/Output/HTML/Admin.pm
--- OpenTRS.orig/Kernel/Output/HTML/Admin.pm    Thu Dec  5 12:53:51 2002
+++ OpenTRS/Kernel/Output/HTML/Admin.pm Thu Dec  5 12:53:45 2002
@@ -525,7 +525,7 @@
     $Param{UserOption} = $Self->OptionStrgHashRef(
         Data => {
           $Self->{DBObject}->GetTableData(
-            What => "id, login, id",
+            What => "id, customer_id, comment",
             Valid => 0,
             Clamp => 1,
             Table => 'customer_user',

Reply via email to