http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14463 --- Comment #4 from Chris Nighswonger <cnighswonger@foundations.edu> --- (In reply to Bernardo Gonzalez Kriegel from comment #3)
(In reply to Lennon Mazonde from comment #0)
Setting the autobarcode preference in Administration to generate barcodes in the form "<branch>yymm00001" exports blank barcode labels in the Label Creator (it prints out the digit/letters but not the barcode lines)
...
[Thu Jun 25 15:24:52.560515 2015] [cgi:error] [pid 14148] [client 197.221.240.195:38832] AH01215: [Thu Jun 25 21:24:52 2015] label-create-pdf.pl: Use of uninitialized value in -e at /usr/share/koha/lib/C4/Creators/PDF.pm line 226., referer: http://staffdemo.muhachabooks.com/cgi-bin/koha/labels/label-print.pl
Are you using EAN13 barcodes? I think that they can only be digits, perhaps your branch code is the culprit.
From PDF::Reuse::Barcode page:
EAN13 Creates EAN13 barcodes from a string of 12 or 13 digits. The check number (the 13:th digit) is calculated if not supplied. If there is given check number it is not controlled.
Regardless, it will always die at the same point due to missing TTF paths in the configuration file. -- You are receiving this mail because: You are watching all bug changes.