Bugzilla – Attachment 148508 Details for
Bug 33300
Wrong system preference name AutomaticWrongTransfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33300: Wrong system preference name AutomaticWrongTransfer
Bug-33300-Wrong-system-preference-name-AutomaticWr.patch (text/plain), 2.03 KB, created by
David Nind
on 2023-03-22 09:29:48 UTC
(
hide
)
Description:
Bug 33300: Wrong system preference name AutomaticWrongTransfer
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-03-22 09:29:48 UTC
Size:
2.03 KB
patch
obsolete
>From ccbd3d7a471e023acfd9e600658863e3a2573424 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 21 Mar 2023 22:54:17 -1000 >Subject: [PATCH] Bug 33300: Wrong system preference name > AutomaticWrongTransfer > >Bug 29792 added a DBRev with new system preference 'AutomaticConfirmTransfer'. > >But name in installer/data/mysql/mandatory/sysprefs.sql is wrong 'AutomaticWrongTransfer' > >Test plan : >Create a new database and check there is in table systempreferences an >entry with variable='AutomaticConfirmTransfer' > >Signed-off-by: David Nind <david@davidnind.com> >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 98eced6bc0..d3dc65e0fa 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -85,7 +85,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('AutoLocation','0',NULL,'If ON, IP authentication is enabled, blocking access to the staff interface from unauthorized IP addresses','YesNo'), > ('AutomaticItemReturn','1',NULL,'If ON, Koha will automatically set up a transfer of this item to its homebranch','YesNo'), > ('AutoLinkBiblios','0',NULL,'If enabled, link biblio to authorities on creation and edit','YesNo'), >-('AutomaticWrongTransfer','0',NULL,'Defines whether transfers should be automatically confirmed at checkin if modal dismissed','YesNo'), >+('AutomaticConfirmTransfer','0',NULL,'Defines whether transfers should be automatically confirmed at checkin if modal dismissed','YesNo'), > ('autoMemberNum','0','','If ON, patron number is auto-calculated','YesNo'), > ('AutoRemoveOverduesRestrictions','0',NULL,'Defines whether an OVERDUES debarment should be lifted automatically if all overdue items are returned by the patron.','YesNo'), > ('AutoRenewalNotices','cron','cron|preferences|never','How should Koha determine whether to end autorenewal notices','Choice'), >-- >2.30.2
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 33300
:
148505
|
148508
|
148581
|
148585
|
149721
|
149793
|
149794
|
151246
|
151247
|
151248