Bugzilla – Attachment 128715 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) We need to default to 'Send' on update to keep existing behavior
Bug-20076-QA-follow-up-We-need-to-default-to-Send-.patch (text/plain), 1.21 KB, created by
Katrin Fischer
on 2021-12-19 13:19:53 UTC
(
hide
)
Description:
Bug 20076: (QA follow-up) We need to default to 'Send' on update to keep existing behavior
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-12-19 13:19:53 UTC
Size:
1.21 KB
patch
obsolete
>From 81a618925989b4c14d02b58b14ff5aa10d5f43f6 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 19 Dec 2021 14:17:33 +0100 >Subject: [PATCH] Bug 20076: (QA follow-up) We need to default to 'Send' on > update to keep existing behavior > >--- > .../mysql/atomicupdate/add-system-preference-EmailOverduesNoEmail.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/add-system-preference-EmailOverduesNoEmail.perl b/installer/data/mysql/atomicupdate/add-system-preference-EmailOverduesNoEmail.perl >index c23c389db6..9b40729490 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','','Send send overdues of patrons without email address to staff', 'YesNo') >+ VALUES ('EmailOverduesNoEmail','1','','Send send overdues of patrons without email address to staff', 'YesNo') > }); > }, > } >-- >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