https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15986 --- Comment #30 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Martin Renvoize from comment #29)
Comment on attachment 102926 [details] [review] Bug 15986: Add a script for sending hold waiting reminder notices
Review of attachment 102926 [details] [review]: -----------------------------------------------------------------
::: Koha/Patron.pm @@ +1695,4 @@
}; }
+=head3 send_notice
Hmm, feels like this should be 'queue_notice' rather than 'send_notice'.. that paves the way for a later 'send_notice' which sends immediately vs waiting in the queue.
We already have a way to send directly without waiting through the queue - it's used by the self registration and password reset emails: bug 21390 + my $num_letters_attempted = C4::Letters::SendQueuedMessages( { + letter_code => 'OPAC_REG_VERIFY' + } ); -- You are receiving this mail because: You are watching all bug changes.