[Koha-bugs] [Bug 7468] Add label to batch by barcode range

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 18 17:04:50 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7468

--- Comment #2 from David Bourgault <david.bourgault at inlibro.com> ---
Created attachment 67184
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67184&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.

Test plan : 
1) Apply patch
2) Print a range of barcodes

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list