11 Aug
2026
11 Aug
'26
7:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22707 --- Comment #16 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 203479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203479&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.