https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30140 Bug ID: 30140 Summary: autoMemberNum doesn't check CardnumberLength when generating a number Change sponsored?: --- Product: Koha Version: 21.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: fsoares@fsoares.com.br QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com If you have autoMemberNum turned on it doesn't check the CardnumberLength system preference when generating a number. Example: - last cardNumber is '002150'. - CardnumberLength set to '6'. - autoMemberNum turned on. When I create new patron and save it, then the new cardNumber generated by system via autoMemberNum will be '2151' and not '002151' as expected due CardnumberLength set to '6'. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.