https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7468 Pierre-Marc Thibault <pierre-marc.thibault@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #67184|0 |1 is obsolete| | --- Comment #19 from Pierre-Marc Thibault <pierre-marc.thibault@inlibro.com> --- Created attachment 81071 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81071&action=edit Bug 7468 - Print barcodes by range Adds an option to the label creator to print a range of barcodes. Only allows printing to PDF. C4/Label.pm had to get minor changes to override database-based barcode generation. Same with labels/label-create-pdf.pl. By default, the barcode is fetched from the database using the itemnumber, but when printing ranges, you might not have a corresponding database entry. -- You are receiving this mail because: You are watching all bug changes.