2 Jun
2026
2 Jun
'26
3:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22707 --- Comment #7 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 199828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199828&action=edit Bug 22707: Delegate fixup_cardnumber to Koha::Patron::AutoNumber Replaces the inline generation logic in fixup_cardnumber with a one-line call to the active AutoNumber strategy. The strategy is responsible for locking autoMemberNumValue FOR UPDATE, computing the next value, and applying any formatting — keeping Patron.pm free of generation details. -- You are receiving this mail because: You are watching all bug changes.