Bugzilla – Attachment 103429 Details for
Bug 24197
Custom destination for failed overdue notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24197: Changed use of 'branch' terminology to 'library'
Bug-24197-Changed-use-of-branch-terminology-to-lib.patch (text/plain), 4.49 KB, created by
Alex Buckley
on 2020-04-22 00:04:40 UTC
(
hide
)
Description:
Bug 24197: Changed use of 'branch' terminology to 'library'
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2020-04-22 00:04:40 UTC
Size:
4.49 KB
patch
obsolete
>From a30fd573f133519ef17ac862b2afee1948c10723 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Wed, 22 Apr 2020 00:01:58 +0000 >Subject: [PATCH] Bug 24197: Changed use of 'branch' terminology to 'library' > >Sponsored-by: Catalyst IT >--- > .../bug_24197-new_RedirectAddressForFailedOverdueNotices_syspref.sql | 2 +- > installer/data/mysql/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/bug_24197-new_RedirectAddressForFailedOverdueNotices_syspref.sql b/installer/data/mysql/atomicupdate/bug_24197-new_RedirectAddressForFailedOverdueNotices_syspref.sql >index 957645a72e..b33602cdf0 100644 >--- a/installer/data/mysql/atomicupdate/bug_24197-new_RedirectAddressForFailedOverdueNotices_syspref.sql >+++ b/installer/data/mysql/atomicupdate/bug_24197-new_RedirectAddressForFailedOverdueNotices_syspref.sql >@@ -1 +1 @@ >-INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('RedirectAddressForFailedOverdueNotices', '', NULL, 'Destination email for failed overdue notices. If left empty then the branch email or KohaAdminEmailAddress syspref will be the email address that failed overdue notices are sent to', 'free'); >+INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('RedirectAddressForFailedOverdueNotices', '', NULL, 'Destination email for failed overdue notices. If left empty then the individual library email or KohaAdminEmailAddress syspref will be the email address that failed overdue notices are sent to', 'free'); >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 59650b5fa2..2f7d942c2a 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -524,7 +524,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'), > ('RandomizeHoldsQueueWeight','0',NULL,'if ON, the holds queue in circulation will be randomized, either based on all location codes, or by the location codes specified in StaticHoldsQueueWeight','YesNo'), > ('RecordLocalUseOnReturn','0',NULL,'If ON, statistically record returns of unissued items as local use, instead of return','YesNo'), >-('RedirectAddressForFailedOverdueNotices', '', NULL, 'Destination email for failed overdue notices. If left empty then the branch email or KohaAdminEmailAddress syspref will be the email address that failed overdue notices are sent to', 'free'), >+('RedirectAddressForFailedOverdueNotices', '', NULL, 'Destination email for failed overdue notices. If left empty then the individual library email or KohaAdminEmailAddress syspref will be the email address that failed overdue notices are sent to', 'free'), > ('RefundLostOnReturnControl','CheckinLibrary','CheckinLibrary|ItemHomeBranch|ItemHoldingBranch','If a lost item is returned, choose which branch to pick rules for refunding.','Choice'), > ('RenewAccruingItemWhenPaid','0','','If enabled, when the fines on an item accruing is paid off, attempt to renew that item. If the syspref "RenewalPeriodBase" is set to "due date", renewed items may still be overdue','YesNo'), > ('RenewAccruingItemInOpac','0','','If enabled, when the fines on an item accruing is paid off in the OPAC via a payment plugin, attempt to renew that item. If the syspref "RenewalPeriodBase" is set to "due date", renewed items may still be overdue','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 ab39e5a197..ce6d89cd35 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 >@@ -24,7 +24,7 @@ Administration: > - "Email address failed overdue notices are sent to: " > - pref: RedirectAddressForFailedOverdueNotices > class: email >- - "If left empty then the branch email or KohaAdminEmailAddress will be set as the destination address for failed overdue notices" >+ - "If left empty then the individual library email or KohaAdminEmailAddress will be set as the destination address for failed overdue notices" > - > > - "How much debugging information to show in the browser when an internal error occurs: " >-- >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 24197
:
96123
|
96124
|
96125
|
103428
|
103429
|
103465
|
103466
|
109549
|
109550
|
109551
|
109552
|
109553
|
109554
|
109555