https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40465 Bug ID: 40465 Summary: Unused variables in labels/label-create-pdf.pl Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger@foundations.edu Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org This whole line is unnecessary in labels/label-created-pdf.pl: my ( $barcode_llx, $barcode_lly, $barcode_width, $barcode_y_scale_factor ) = 0, 0, 0, 0; I imagine once upon a time maybe it was needed but not anymore. -- You are receiving this mail because: You are watching all bug changes.