[Koha-bugs] [Bug 17215] Cardnumbers of patrons created using LDAP Replication not using autoMemberNum if configured

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 20 18:26:41 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17215

--- Comment #20 from Janik <janik.hilser at icloud.com> ---
The bug seems fixed with patch 29930:
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130926&action=diff

When creating a new user, an empty cardnumber is now used and thus the setting
'autoMemberNum' is also considered during patron creation

To test:
1. Set the autoMemberNum System Preference to "Don't".
2. Login to the OPAC with an LDAP account that does not currently exist as a
patron record.
3. Check the patron record's cardnumber.
4. the cardnumber should equal the patron's LDAP username.
5. Delete the patron record.
6. Apply the patch.
7. Set the autoMemberNum System Preference to "Do".
8. Login to the OPAC with an LDAP account that does not currently exist as a
patron record.
9. Check the patron record's cardnumber.
10. The cardnumber should now be the next highest cardnumber based on
autoMemberNum.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list