https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22707
--- Comment #16 from Martin Renvoize (ashimema) <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
