Bugzilla – Attachment 128714 Details for
Bug 20076
Overdues email to library for patrons without email should be optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20076: (QA follow-up) Rephrase system preference description sightly
Bug-20076-QA-follow-up-Rephrase-system-preference-.patch (text/plain), 3.30 KB, created by
Katrin Fischer
on 2021-12-19 13:19:48 UTC
(
hide
)
Description:
Bug 20076: (QA follow-up) Rephrase system preference description sightly
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-12-19 13:19:48 UTC
Size:
3.30 KB
patch
obsolete
>From 3f8f139fa5177daf728538fc711825610e400188 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 19 Dec 2021 14:16:23 +0100 >Subject: [PATCH] Bug 20076: (QA follow-up) Rephrase system preference > description sightly > >--- > .../mysql/atomicupdate/add-system-preference-EmailOverduesNoEmail.perl | 2 +- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/add-system-preference-EmailOverduesNoEmail.perl b/installer/data/mysql/atomicupdate/add-system-preference-EmailOverduesNoEmail.perl >index 4b4c117837..c23c389db6 100644 >--- a/installer/data/mysql/atomicupdate/add-system-preference-EmailOverduesNoEmail.perl >+++ b/installer/data/mysql/atomicupdate/add-system-preference-EmailOverduesNoEmail.perl >@@ -9,7 +9,7 @@ use Modern::Perl; > > $dbh->do(q{ > INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) >- VALUES ('EmailOverduesNoEmail','0','','Set mail sending to staff for patron has overdues but no email address', 'YesNo') >+ VALUES ('EmailOverduesNoEmail','0','','Send send overdues of patrons without email address to staff', 'YesNo') > }); > }, > } >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 33390e33fc..f23dbc975d 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -193,7 +193,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ElasticsearchCrossFields', '1', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), > ('EmailAddressForSuggestions','','',' If you choose EmailAddressForSuggestions you have to enter a valid email address: ','free'), > ('emailLibrarianWhenHoldIsPlaced','0',NULL,'If ON, emails the librarian whenever a hold is placed','YesNo'), >-('EmailOverduesNoEmail','0',NULL,'Set mail sending to staff for patron has overdues but no email address','YesNo'), >+('EmailOverduesNoEmail','0',NULL,'Send send overdues of patrons without email address to staff','YesNo'), > ('EmailPurchaseSuggestions','0','0|EmailAddressForSuggestions|BranchEmailAddress|KohaAdminEmailAddress','Choose email address that new purchase suggestions will be sent to: ','Choice'), > ('EnableAdvancedCatalogingEditor','0','','Enable the Rancor advanced cataloging editor','YesNo'), > ('EnableBorrowerFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to a borrower record.','YesNo'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >index 8ceb44640b..da2cf7bb9a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >@@ -82,7 +82,7 @@ Administration: > choices: > 1: "Don't send" > 0: "Send" >- - "mail to staff for patron has overdues but no email address" >+ - "overdue notices for patrons without email address to staff." > > Login options: > - >-- >2.11.0
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 20076
:
70846
|
128401
|
128427
|
128515
|
128712
|
128713
| 128714 |
128715
|
129458
|
129459