[Koha-bugs] [Bug 22429] New: Infinite loop in patron card printing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 28 08:01:27 CET 2019


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 at foundations.edu
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list