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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/