Bugzilla – Attachment 190952 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.27 KB, created by
Andrew Fuerste-Henry
on 2026-01-06 19:13:01 UTC
(
hide
)
Description:
Bug 41315: Don't change which branch is used for getting the transports
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2026-01-06 19:13:01 UTC
Size:
1.27 KB
patch
obsolete
>From 23bb8c2ab758b620d3736def51beb6df8bebb9c1 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 > >Signed-off-by: Ben Daeuber <bdaeuber@fargolibrary.org> >--- > 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