Bugzilla – Attachment 186146 Details for
Bug 30515
Move Overdue transports to patron messaging preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30515: (follow-up) Fix messaging options order and add database changes
Bug-30515-follow-up-Fix-messaging-options-order-an.patch (text/plain), 1.92 KB, created by
Jonathan Druart
on 2025-09-04 12:50:30 UTC
(
hide
)
Description:
Bug 30515: (follow-up) Fix messaging options order and add database changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-04 12:50:30 UTC
Size:
1.92 KB
patch
obsolete
>From 27f2ec62fe56c7331ff43984f713e28e7b00a41b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 4 Sep 2025 14:39:18 +0200 >Subject: [PATCH] Bug 30515: (follow-up) Fix messaging options order and add > database changes > >--- > .../mysql/mandatory/sample_notices_message_attributes.sql | 2 +- > .../mysql/mandatory/sample_notices_message_transports.sql | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/mandatory/sample_notices_message_attributes.sql >index 6d65711ccc2..5b12d262534 100644 >--- a/installer/data/mysql/mandatory/sample_notices_message_attributes.sql >+++ b/installer/data/mysql/mandatory/sample_notices_message_attributes.sql >@@ -13,7 +13,7 @@ values > (11, 'Ill_update', 0), > (12, 'Recall_Waiting', 0), > (13, 'Recall_Requested', 0), >-(14, 'Patron_Expiry', 0) >+(14, 'Patron_Expiry', 0), > (15, 'Overdue1', 0), > (16, 'Overdue2', 0), > (17, 'Overdue3', 0); >diff --git a/installer/data/mysql/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/mandatory/sample_notices_message_transports.sql >index 15b3fa43e81..1cc984a0acb 100644 >--- a/installer/data/mysql/mandatory/sample_notices_message_transports.sql >+++ b/installer/data/mysql/mandatory/sample_notices_message_transports.sql >@@ -55,10 +55,10 @@ values > (13, "phone", 0, "circulation", "RETURN_RECALLED_ITEM"), > (14, "email", 0, "members", "MEMBERSHIP_EXPIRY"), > (14, "sms", 0, "members", "MEMBERSHIP_EXPIRY"), >-(14, "phone", 0, "members", "MEMBERSHIP_EXPIRY") >+(14, "phone", 0, "members", "MEMBERSHIP_EXPIRY"), > (15, 'email', 0, 'circulation', 'ODUE'), > (15, 'sms', 0, 'circulation', 'ODUE'), > (16, 'email', 0, 'circulation', 'ODUE2'), > (16, 'sms', 0, 'circulation', 'ODUE2'), > (17, 'email', 0, 'circulation', 'ODUE3'), >-(17, 'sms', 0, 'circulation', 'ODUE3'),; >+(17, 'sms', 0, 'circulation', 'ODUE3'); >-- >2.34.1
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 30515
:
163564
|
163573
|
163574
|
178276
|
178548
|
178549
|
178550
|
186143
|
186144
|
186145
|
186146
|
186147
|
186258
|
186272
|
186278
|
186280
|
186287
|
186288
|
186289
|
186290
|
186291
|
186292
|
186293
|
186294
|
186295