[Bug 14506] New: barcode printing
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14506 Bug ID: 14506 Summary: barcode printing Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger@foundations.edu Reporter: pedro.m.ferreira@mail.cm-portel.pt QA Contact: testopia@bugs.koha-community.org Hello, I have trying to print labels and the barcode generation always fails. the procedure is : i go to home > tools > labels home > new batch i add 2 or 3 items and i get this errors in koha_error.log [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:32 2015] label-create-pdf.pl: Use of uninitialized value $strwidth in numeric lt (<) at /var/www/koha3.20.01/lib/C4/Creators/Layout.pm line 233. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Use of uninitialized value $num_of_bars in multiplication (*) at /var/www/koha3.20.01/lib/C4/Labels/Label.pm line 532. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Use of uninitialized value $params{"barcode_data"} in concatenation (.) or string at /var/www/koha3.20.01/lib/C4/Labels/Label.pm line 535. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Barcode generation failed for item 114 with this error: Invalid Characters [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Use of uninitialized value $strwidth in numeric lt (<) at /var/www/koha3.20.01/lib/C4/Creators/Layout.pm line 233. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Use of uninitialized value $num_of_bars in multiplication (*) at /var/www/koha3.20.01/lib/C4/Labels/Label.pm line 532. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Use of uninitialized value $params{"barcode_data"} in concatenation (.) or string at /var/www/koha3.20.01/lib/C4/Labels/Label.pm line 535. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Barcode generation failed for item 113 with this error: Invalid Characters [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Use of uninitialized value $strwidth in numeric lt (<) at /var/www/koha3.20.01/lib/C4/Creators/Layout.pm line 233. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Use of uninitialized value $num_of_bars in multiplication (*) at /var/www/koha3.20.01/lib/C4/Labels/Label.pm line 532. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Use of uninitialized value $params{"barcode_data"} in concatenation (.) or string at /var/www/koha3.20.01/lib/C4/Labels/Label.pm line 535. [Wed Jul 08 12:57:33 2015] [error] [client 127.0.0.1] [Wed Jul 8 12:57:33 2015] label-create-pdf.pl: Barcode generation failed for item 115 with this error: Invalid Characters -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14506 Pedro Ferreira <pedro.m.ferreira@mail.cm-portel.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.m.ferreira@mail.cm-po | |rtel.pt --- Comment #1 from Pedro Ferreira <pedro.m.ferreira@mail.cm-portel.pt> --- Created attachment 40888 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40888&action=edit two C4/Labels : version 3.12 and version 3.20 With C4/Labels/Label.pm from version 3.12 i can print labels. With C4/Labels/Label.pm from version 3.20.X label printing does not work -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14506 Pedro Ferreira <pedro.m.ferreira@mail.cm-portel.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Pedro Ferreira <pedro.m.ferreira@mail.cm-portel.pt> --- Bug solved. In my koha, the table ITEMS in the collumn HOMEBRANCH every item was set to NULL. I updated the filed to the correct homebranch id and it solved. update items set homebranch='MY_CORRECT_HOMEBRANCH_ID' Thanks. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14506 sy <siewyee2@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |siewyee2@yahoo.com --- Comment #3 from sy <siewyee2@yahoo.com> --- had this issue also. homebranch in the "Koha to MARC mapping" was not mapped to a value. solution: Home › Administration › Koha to MARC mapping (items) homebranch: map it to "952 a Permanent location" -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org