[Koha-bugs] [Bug 23295] Automatically debar patrons if SMS or email notice fail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 30 17:30:04 CET 2020


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #9 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Nice work.

I just wonder about get_failed_notices() method in Koha/Notice/Message.pm.
It does not use current object.
And why using SQL and not the ORM ?

Also :
Koha::Notice::Message::restrict_patron_when_notice_fails($failed_notice);
This is strange.
Method restrict_patron_when_notice_fails() should be called on a
Koha::Notice::Message object instance.

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


More information about the Koha-bugs mailing list