[Koha-bugs] [Bug 20937] 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 Feb 27 00:58:33 CET 2019


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

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 83829
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83829
Bug 20937: Truncate items for print notices when user has an email

Review of attachment 83829:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20937&attachment=83829)
-----------------------------------------------------------------

::: misc/cronjobs/overdue_notices.pl
@@ +683,4 @@
>                          # email or sms is requested but not exist, do a print.
>                          $effective_mtt = 'print';
>                      }
> +                    my @notice_items = @items;

Why a new variable?

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


More information about the Koha-bugs mailing list