I have Koha 21.05.05.003. I have autoBarcode in Administration set to Barcodes are incremental EAN-13 barcodes. Previously, this generated a EAN13 number correctly for my units. Now I get a number like, for example: 977233613400114 - There are extra zeros I guess.
Hi Pavel, the autobarcode feature always looks at what is already in your database in terms of the highest used number so far. So for example if someone added a barcode manually that is odd/very long, this could set off the calculation. Maybe check if there is anything unusual with your existing barcodes.
(In reply to Katrin Fischer from comment #1) > Hi Pavel, the autobarcode feature always looks at what is already in your > database in terms of the highest used number so far. > > So for example if someone added a barcode manually that is odd/very long, > this could set off the calculation. Maybe check if there is anything unusual > with your existing barcodes. Yes. You are right. Sorry.
No need to be sorry! Glad we could resolve this.