Bugzilla – Attachment 161543 Details for
Bug 35457
Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35457: Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences
Bug-35457-Move-SerialsDefaultEMailAddress-and-Seri.patch (text/plain), 4.58 KB, created by
Caroline Cyr La Rose
on 2024-01-26 14:57:22 UTC
(
hide
)
Description:
Bug 35457: Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2024-01-26 14:57:22 UTC
Size:
4.58 KB
patch
obsolete
>From b928c3586625d3f4c676b33e4cad40c5bc375189 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 26 Jan 2024 09:48:34 -0500 >Subject: [PATCH] Bug 35457: Move SerialsDefaultEMailAddress and > SerialsDefaultReplyTo to serials preferences > >This patch moved the SerialsDefaultEMailAddress system preference and >the SerialsDefaultReplyTo system preference to the Serials preferences. > >To test: >1. Apply patch >2. Go to Administration > System preferences > Acquisitions > --> SerialsDefaultEMailAddress and SerialsDefaultReplyTo should not > be there >3. Go to Administration > System preferences > Serials > --> There should be a new section called "Notifications" with > the two system preferences >--- > .../en/modules/admin/preferences/acquisitions.pref | 12 ------------ > .../prog/en/modules/admin/preferences/serials.pref | 14 ++++++++++++++ > 2 files changed, 14 insertions(+), 12 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >index a29c7b9dd5..786e7c7cec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >@@ -132,24 +132,12 @@ Acquisitions: > class: email > - 'when sending acquisitions order and claim notices.' > - '<br>If left empty, it will fall back to the first defined address in the following list: library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' >- - >- - Use the from email address >- - pref: SerialsDefaultEMailAddress >- class: email >- - 'when sending serial claim notices.' >- - '<br>If left empty, it will fall back to the first defined address in the following list: library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' > - > - Use the reply-to email address > - pref: AcquisitionsDefaultReplyTo > class: email > - 'when sending acquisitions order and claim notices.' > - '<br>If left empty, it will fall back to the first defined address in the following list: library reply-to, library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' >- - >- - Use the reply-to email address >- - pref: SerialsDefaultReplyTo >- class: email >- - 'when sending serial claim notices.' >- - '<br>If left empty, it will fall back to the first defined address in the following list: Library ReplyTo, Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' > Printing: > - > - Use the >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >index e24ea209a6..17dc2620b8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >@@ -68,3 +68,17 @@ Serials: > - pref: SerialsSearchResultsLimit > class: integer > - first serials when performing an advanced serials search. >+ >+ Notifications: >+ - >+ - Use the from email address >+ - pref: SerialsDefaultEMailAddress >+ class: email >+ - 'when sending serial claim notices.' >+ - '<br>If left empty, it will fall back to the first defined address in the following list: library email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' >+ - >+ - Use the reply-to email address >+ - pref: SerialsDefaultReplyTo >+ class: email >+ - 'when sending serial claim notices.' >+ - '<br>If left empty, it will fall back to the first defined address in the following list: Library ReplyTo, Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>.' >-- >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 35457
:
161543
|
161787
|
163709