[Koha-bugs] [Bug 14133] Print notices generated in special case do not use print template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 3 09:52:17 CET 2016


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

--- Comment #14 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Nick Clemens from comment #13)
> I think there is a problem here.
> 
> Unless I missed something the lines below will now never be triggered, so
> the notice will not be pushed to output_chunks, so it will never be sent to
> the library in the case of a patron with no emails or sms
> 
> 
> 727                         if ( ($mtt eq 'email' and not scalar
> @emails_to_use) or ($mtt eq 'sms' and not $data->{smsalertnumber}) ) {
> 728                             push @output_chunks,

Haaaaa!!!
Good catch Nick!
This script drives me crazy.

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


More information about the Koha-bugs mailing list