From 2976b06f151c8fceb0fe00c1046a287f72998fd9 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 18 Feb 2010 16:24:58 +0000 Subject: [PATCH] BUG FIX for Column borrowernumber in where clause is ambiguous --- lib/LDAP/Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LDAP/Koha.pm b/lib/LDAP/Koha.pm index 28d0868..b0c726c 100644 --- a/lib/LDAP/Koha.pm +++ b/lib/LDAP/Koha.pm @@ -45,7 +45,7 @@ my $dbh = DBI->connect($dsn . $database, $user,$passwd, { RaiseError => 1, AutoC my $ldap_sql_mapping = { 'uid' => 'userid', - 'objectGUID' => 'borrowernumber', + 'objectGUID' => 'b.borrowernumber', 'displayName' => 'surname', 'sn' => 'surname', 'pager' => 'a.attribute', # was: rfid_sid -- 2.20.1