[Koha-bugs] [Bug 20937] New: PrintNoticesMaxLines is not effective for overdue notices with a print type specified where a patron has an email

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 13 20:56:50 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20937

            Bug ID: 20937
           Summary: PrintNoticesMaxLines is not effective for overdue
                    notices with a print type specified where a patron has
                    an email
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Notices
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

The logic in the script is:
if ( ( scalar(@emails_to_use) == 0 || $nomail ) && $PrintNoticesMaxLines && $j
>= $PrintNoticesMaxLines )

So if we don't pass 'nomail' and the patron has an email, the items don't get
kicked out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list