Bug 40465 - Unused variables in labels/label-create-pdf.pl
Summary: Unused variables in labels/label-create-pdf.pl
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Label/patron card printing (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Chris Nighswonger
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-22 07:06 UTC by David Cook
Modified: 2025-07-22 07:06 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2025-07-22 07:06:07 UTC
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.