Patron card number auto-increment no longer working for alphanumeric entries
In an older Koha version (3.00.00.107) the alphanumeric entries would increment by one when a new patron record was added. For example, if the last patron entered had a card number of DLIS07313, then the new patron record would be filled in with DLIS0714. Now in Koha v3.06.02.003, the cardnumber is auto-filled only with pure integer numbers starting with 1, 2, 3, etc... ignoring the existing alphanumeric entries entirely. Was this a design change or is there something I can do to change the auto-increment pattern to ignore the pre-pended alpha chars and increment the numeric suffix, like it did in v3.0.0? Thanks in advance. Ann Weitzel -- View this message in context: http://koha.1045719.n5.nabble.com/Patron-card-number-auto-increment-no-longe... Sent from the Koha-general mailing list archive at Nabble.com.
On 10 February 2012 17:19, Ann Weitzel <annweitzel@juno.com> wrote:
In an older Koha version (3.00.00.107) the alphanumeric entries would increment by one when a new patron record was added. For example, if the last patron entered had a card number of DLIS07313, then the new patron record would be filled in with DLIS0714. Now in Koha v3.06.02.003, the cardnumber is auto-filled only with pure integer numbers starting with 1, 2, 3, etc... ignoring the existing alphanumeric entries entirely.
Was this a design change or is there something I can do to change the auto-increment pattern to ignore the pre-pended alpha chars and increment the numeric suffix, like it did in v3.0.0?
Sounds like a bug. Try reporting it here: http://bugs.koha-community.org/bugzilla3/ Best regards, Magnus Enger libriotech.no
participants (2)
-
Ann Weitzel -
Magnus Enger