https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22429 Bug ID: 22429 Summary: Infinite loop in patron card printing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger@foundations.edu Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org Target Milestone: --- I ran into an infinite loop in patron card printing in the following scenario: if (($string_width + $text_attribs->{'llx'}) > $self->{'width'}) Then there's an odd "trim" or "wrap" which isn't working, which means that the following condition is not met and leads to an infinite loop: if (($string_width + $text_attribs->{'llx'}) < $self->{'width'}) -- You are receiving this mail because: You are watching all bug changes.