Bugzilla – Attachment 189968 Details for
Bug 41315
Using patron-homelibrary option for overdue notices may not send notices to all branches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41315: Don't change which branch is used for getting the transports
Bug-41315-Dont-change-which-branch-is-used-for-get.patch (text/plain), 1.21 KB, created by
Nick Clemens (kidclamp)
on 2025-11-26 16:26:31 UTC
(
hide
)
Description:
Bug 41315: Don't change which branch is used for getting the transports
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-11-26 16:26:31 UTC
Size:
1.21 KB
patch
obsolete
>From 242466c7794371b13063c0d023d6b03c55456f1a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 26 Nov 2025 16:23:58 +0000 >Subject: [PATCH] Bug 41315: Don't change which branch is used for getting the > transports > >See bug 41316 - the script uses the triggers of the issuing branch when sending >by patron library - we shouldn't change this here, but on the next bug >--- > misc/cronjobs/overdue_notices.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index 1f7f6af5fd1..f6bd9b2449e 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -748,7 +748,7 @@ END_SQL > $item_statement->finish; > > my @message_transport_types = >- @{ GetOverdueMessageTransportTypes( $notice_branchcode, $overdue_rules->{categorycode}, $i ) }; >+ @{ GetOverdueMessageTransportTypes( $branchcode, $overdue_rules->{categorycode}, $i ) }; > @message_transport_types = > @{ GetOverdueMessageTransportTypes( q{}, $overdue_rules->{categorycode}, $i ) } > unless @message_transport_types; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41315
:
189965
|
189966
|
189967
|
189968
|
190949
|
190950
|
190951
|
190952