Bug 23295: (QA follow-up) Terminology: borrowers => patrons
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
233ead036f
commit
82638e85b5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ my @failed_notices = Koha::Notice::Messages->get_failed_notices( { days => 7 } )
|
|||
|
||||
if ( C4::Context->preference('RestrictPatronsWithFailedNotices') ) {
|
||||
if (@failed_notices) {
|
||||
say "There are borrowers with failed SMS or email notices" if $verbose;
|
||||
say "There are patrons with failed SMS or email notices" if $verbose;
|
||||
|
||||
foreach my $failed_notice (@failed_notices) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue