https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37675 --- Comment #28 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #27)
(In reply to Phil Ringnalda from comment #25)
It's a shame that we can't get rid of the duplicate ids by throwing zeroes at rand(), but it doesn't mean they aren't the problem.
I just updated cataloguing/addbiblio.pl to guarantee that CreateKey() would always return a unique value, and there are still duplicates.
The interesting thing is that the duplicates always seem to be around the same number... always about 20-some fields with errors suggesting 10ish duplicate numbers.
Seems like there's another factor here...
Aha... Koha/UI/Form/Builder/Biblio.pm has a $self->create_key() as well which also needs updating. Bleargh. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.