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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
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/

Reply via email to