https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20937 --- Comment #4 from Jonathan Druart <jonathan.druart@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.