Bugzilla – Attachment 192083 Details for
Bug 30295
Send a notification when a recall is manually canceled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30295: (follow-up) Udpate message_attribute_id
Bug-30295-follow-up-Udpate-messageattributeid.patch (text/plain), 2.12 KB, created by
Katrin Fischer
on 2026-01-27 07:07:53 UTC
(
hide
)
Description:
Bug 30295: (follow-up) Udpate message_attribute_id
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2026-01-27 07:07:53 UTC
Size:
2.12 KB
patch
obsolete
>From 794a2509150f7f8bfb22f2be3983655f10381daf Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 26 Jan 2026 18:57:01 +0000 >Subject: [PATCH] Bug 30295: (follow-up) Udpate message_attribute_id > >Since this patch was first written the message_attribute_id >14 was taken by "Patron_Expiry". So we need to move to 15. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL.pl b/installer/data/mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL.pl >index 58f7b50643c..a0a3b1ec809 100755 >--- a/installer/data/mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL.pl >+++ b/installer/data/mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL.pl >@@ -9,13 +9,13 @@ return { > my ( $dbh, $out ) = @$args{qw(dbh out)}; > > $dbh->do( >- q{ INSERT IGNORE INTO message_attributes (message_attribute_id, message_name, takes_days) VALUES (14, 'Recall_Canceled', 0) } >+ q{ INSERT IGNORE INTO message_attributes (message_attribute_id, message_name, takes_days) VALUES (15, 'Recall_Canceled', 0) } > ); > > say_success( $out, "Added RECALL_MANUAL_CANCEL to message_attributes" ); > > $dbh->do( >- q{ INSERT IGNORE INTO message_transports (message_attribute_id, message_transport_type, is_digest, letter_module, letter_code, branchcode) VALUES (14, "email", 0, "circulation", "RECALL_MANUAL_CANCEL", null), (14, "sms", 0, "circulation", "RECALL_MANUAL_CANCEL", null), (14, "phone", 0, "circulation", "RECALL_MANUAL_CANCEL", null) } >+ q{ INSERT IGNORE INTO message_transports (message_attribute_id, message_transport_type, is_digest, letter_module, letter_code, branchcode) VALUES (15, "email", 0, "circulation", "RECALL_MANUAL_CANCEL", null), (15, "sms", 0, "circulation", "RECALL_MANUAL_CANCEL", null), (15, "phone", 0, "circulation", "RECALL_MANUAL_CANCEL", null) } > ); > say_success( $out, "Added RECALL_MANUAL_CANCEL to message_transports" ); > >-- >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 30295
:
131763
|
140243
|
140245
|
147108
|
148114
|
149127
|
150431
|
155347
|
155358
|
158699
|
158700
|
158701
|
159007
|
159008
|
159009
|
172038
|
172039
|
172041
|
186346
|
186347
|
186348
|
192078
|
192079
|
192080
|
192081
|
192082
| 192083 |
192084