Bugzilla – Attachment 186500 Details for
Bug 4858
Ability to Charge for Print Notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4858: Add print message transports to installer and atomic update
Bug-4858-Add-print-message-transports-to-installer.patch (text/plain), 3.82 KB, created by
Jacob O'Mara
on 2025-09-16 17:02:02 UTC
(
hide
)
Description:
Bug 4858: Add print message transports to installer and atomic update
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2025-09-16 17:02:02 UTC
Size:
3.82 KB
patch
obsolete
>From 8dd670c22991ed73b1c8d29bda22a4e0eec33e0a Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacob.omara@openfifth.co.uk> >Date: Wed, 2 Jul 2025 17:26:48 +0100 >Subject: [PATCH] Bug 4858: Add print message transports to installer and > atomic update > >--- > .../sample_notices_message_transports.sql | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > >diff --git a/installer/data/mysql/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/mandatory/sample_notices_message_transports.sql >index c0395e09c92..ff91505a4ce 100644 >--- a/installer/data/mysql/mandatory/sample_notices_message_transports.sql >+++ b/installer/data/mysql/mandatory/sample_notices_message_transports.sql >@@ -7,6 +7,8 @@ values > (1, 'sms', 1, 'circulation', 'DUEDGST'), > (1, 'phone', 0, 'circulation', 'DUE'), > (1, 'phone', 1, 'circulation', 'DUEDGST'), >+(1, 'print', 0, 'circulation', 'DUE'), >+(1, 'print', 1, 'circulation', 'DUEDGST'), > (2, 'email', 0, 'circulation', 'PREDUE'), > (2, 'email', 1, 'circulation', 'PREDUEDGST'), > (2, 'sms', 0, 'circulation', 'PREDUE'), >@@ -15,6 +17,8 @@ values > (2, 'phone', 1, 'circulation', 'PREDUEDGST'), > (2, 'itiva', 0, 'circulation', 'PREDUE'), > (2, 'itiva', 1, 'circulation', 'PREDUEDGST'), >+(2, 'print', 0, 'circulation', 'PREDUE'), >+(2, 'print', 1, 'circulation', 'PREDUEDGST'), > (4, 'email', 0, 'reserves', 'HOLD'), > (4, 'sms', 0, 'reserves', 'HOLD'), > (4, 'phone', 0, 'reserves', 'HOLD'), >@@ -22,37 +26,49 @@ values > (4, 'email', 1, 'reserves', 'HOLDDGST'), > (4, 'sms', 1, 'reserves', 'HOLDDGST'), > (4, 'phone', 1, 'reserves', 'HOLDDGST'), >+(4, 'print', 0, 'reserves', 'HOLD'), >+(4, 'print', 1, 'reserves', 'HOLDDGST'), > (5, 'email', 0, 'circulation', 'CHECKIN'), > (5, 'sms', 0, 'circulation', 'CHECKIN'), > (5, 'phone', 0, 'circulation', 'CHECKIN'), >+(5, 'print', 0, 'circulation', 'CHECKIN'), > (6, 'email', 0, 'circulation', 'CHECKOUT'), > (6, 'sms', 0, 'circulation', 'CHECKOUT'), > (6, 'phone', 0, 'circulation', 'CHECKOUT'), >+(6, 'print', 0, 'circulation', 'CHECKOUT'), > (7, 'email', 0, 'ill', 'ILL_PICKUP_READY'), > (7, 'sms', 0, 'ill', 'ILL_PICKUP_READY'), > (7, 'phone', 0, 'ill', 'ILL_PICKUP_READY'), >+(7, 'print', 0, 'ill', 'ILL_PICKUP_READY'), > (8, 'email', 0, 'ill', 'ILL_REQUEST_UNAVAIL'), > (8, 'sms', 0, 'ill', 'ILL_REQUEST_UNAVAIL'), > (8, 'phone', 0, 'ill', 'ILL_REQUEST_UNAVAIL'), >+(8, 'print', 0, 'ill', 'ILL_REQUEST_UNAVAIL'), > (9, 'email', 0, 'circulation', 'AUTO_RENEWALS'), > (9, 'sms', 0, 'circulation', 'AUTO_RENEWALS'), > (9, 'phone', 0, 'circulation', 'AUTO_RENEWALS'), > (9, 'email', 1, 'circulation', 'AUTO_RENEWALS_DGST'), > (9, 'sms', 1, 'circulation', 'AUTO_RENEWALS_DGST'), > (9, 'phone', 1, 'circulation', 'AUTO_RENEWALS_DGST'), >+(9, 'print', 0, 'circulation', 'AUTO_RENEWALS'), >+(9, 'print', 1, 'circulation', 'AUTO_RENEWALS_DGST'), > (10, 'email', 0, 'circulation', 'HOLD_REMINDER'), > (10, 'sms', 0, 'circulation', 'HOLD_REMINDER'), > (10, 'phone', 0, 'circulation', 'HOLD_REMINDER'), > (10, 'itiva', 0, 'circulation', 'HOLD_REMINDER'), >+(10, 'print', 0, 'circulation', 'HOLD_REMINDER'), > (11, 'email', 0, 'ill', 'ILL_REQUEST_UPDATE'), > (11, 'sms', 0, 'ill', 'ILL_REQUEST_UPDATE'), > (11, 'phone', 0, 'ill', 'ILL_REQUEST_UPDATE'), >+(11, 'print', 0, 'ill', 'ILL_REQUEST_UPDATE'), > (12, "email", 0, "circulation", "PICKUP_RECALLED_ITEM"), > (12, "sms", 0, "circulation", "PICKUP_RECALLED_ITEM"), > (12, "phone", 0, "circulation", "PICKUP_RECALLED_ITEM"), >+(12, 'print', 0, 'circulation', 'PICKUP_RECALLED_ITEM'), > (13, "email", 0, "circulation", "RETURN_RECALLED_ITEM"), > (13, "sms", 0, "circulation", "RETURN_RECALLED_ITEM"), > (13, "phone", 0, "circulation", "RETURN_RECALLED_ITEM"), >+(13, 'print', 0, 'circulation', 'RETURN_RECALLED_ITEM'); > (14, "email", 0, "members", "MEMBERSHIP_EXPIRY"), > (14, "sms", 0, "members", "MEMBERSHIP_EXPIRY"), > (14, "phone", 0, "members", "MEMBERSHIP_EXPIRY"); >-- >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 4858
:
186491
|
186492
|
186493
|
186494
|
186495
|
186496
|
186497
|
186498
|
186499
| 186500 |
186501
|
186502