Bugzilla – Attachment 172041 Details for
Bug 30295
Send a notification when a recall is manually cancelled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30295: Add phone transport option
Bug-30295-Add-phone-transport-option.patch (text/plain), 2.31 KB, created by
Aleisha Amohia
on 2024-09-26 19:22:00 UTC
(
hide
)
Description:
Bug 30295: Add phone transport option
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-09-26 19:22:00 UTC
Size:
2.31 KB
patch
obsolete
>From a80e4e2d7aa5225efd835d5771198fff05560183 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleisha@catalyst.net.nz> >Date: Thu, 9 Nov 2023 03:08:51 +0000 >Subject: [PATCH] Bug 30295: Add phone transport option > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../bug_30295-add_RECALL_MANUAL_CANCEL_message_transports.pl | 2 +- > .../data/mysql/mandatory/sample_notices_message_transports.sql | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL_message_transports.pl b/installer/data/mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL_message_transports.pl >index 267d5e16221..a3955f5e4c9 100755 >--- a/installer/data/mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL_message_transports.pl >+++ b/installer/data/mysql/atomicupdate/bug_30295-add_RECALL_MANUAL_CANCEL_message_transports.pl >@@ -8,7 +8,7 @@ return { > my ( $dbh, $out ) = @$args{qw(dbh out)}; > > $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) } >+ 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) } > ); > }, > }; >diff --git a/installer/data/mysql/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/mandatory/sample_notices_message_transports.sql >index 50a9593b0db..ad2e01965e0 100644 >--- a/installer/data/mysql/mandatory/sample_notices_message_transports.sql >+++ b/installer/data/mysql/mandatory/sample_notices_message_transports.sql >@@ -52,4 +52,5 @@ values > (13, "sms", 0, "circulation", "RETURN_RECALLED_ITEM"), > (13, "phone", 0, "circulation", "RETURN_RECALLED_ITEM"), > (14, "email", 0, "circulation", "RECALL_MANUAL_CANCEL"), >-(14, "sms", 0, "circulation", "RECALL_MANUAL_CANCEL"); >+(14, "sms", 0, "circulation", "RECALL_MANUAL_CANCEL"), >+(14, "phone", 0, "circulation", "RECALL_MANUAL_CANCEL"); >-- >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