[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
Fri Jan 17 19:57:04 CET 2020


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97454|0                           |1
        is obsolete|                            |

--- Comment #43 from David Nind <david at davidnind.com> ---
Created attachment 97551
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97551&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.

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list