X-Git-Url: http://git.rot13.org/?p=virtual-ldap;a=blobdiff_plain;f=lib%2FLDAP%2FKoha.pm;h=563c9685af5991c2c87c6bf73e19354ff039df5f;hp=4e32a02bbee1f5a1af10738fd493c2344a6c67fa;hb=ba8dc579a3496f2785ca5bc12cb291c1d489dc73;hpb=896e6997eb9f002e80b2803e7b2f8d5c886e98da diff --git a/lib/LDAP/Koha.pm b/lib/LDAP/Koha.pm index 4e32a02..563c968 100644 --- a/lib/LDAP/Koha.pm +++ b/lib/LDAP/Koha.pm @@ -46,7 +46,7 @@ my $ldap_sql_mapping = { 'objectGUID' => 'b.borrowernumber', 'displayName' => 'surname', 'sn' => 'surname', - 'pager' => 'a.attribute', # was: rfid_sid + 'pager' => qq{replace(a.attribute, '\r','')}, # was: rfid_sid }; sub __sql_column {