Bugzilla – Attachment 134267 Details for
Bug 13412
Allow configuration of auto-created authorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13412: (QA follow-up) Fix alphabetic order in sysprefs.sql
Bug-13412-QA-follow-up-Fix-alphabetic-order-in-sys.patch (text/plain), 2.74 KB, created by
Katrin Fischer
on 2022-04-28 14:03:14 UTC
(
hide
)
Description:
Bug 13412: (QA follow-up) Fix alphabetic order in sysprefs.sql
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-04-28 14:03:14 UTC
Size:
2.74 KB
patch
obsolete
>From 02887c5b4876cf0b8378974b85901b798cbf4284 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 28 Apr 2022 15:09:09 +0200 >Subject: [PATCH] Bug 13412: (QA follow-up) Fix alphabetic order in > sysprefs.sql > >TaxRates was not moved when renamed from gist, just moving it down >so things are tidy again. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 698009a049..0dd8a1f865 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -229,7 +229,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('finesMode','off','off|production','Choose the fines mode, \'off\' (no charges), \'production\' (accrue overdue fines). Requires accruefines cronjob.','Choice'), > ('FRBRizeEditions','0','','If ON, Koha will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages','YesNo'), > ('GDPR_Policy','','Enforced|Permissive|Disabled','General Data Protection Regulation - policy', 'Choice'), >-('TaxRates','0','','Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST','Integer'), > ('GenerateAuthorityField667', 'Machine generated authority record', NULL, 'When BiblioAddsAuthorities and AutoCreateAuthorities are enabled, use this as a default value for the 667$a field of MARC21 records', 'free'), > ('GenerateAuthorityField670', 'Work cat.', NULL, 'When BiblioAddsAuthorities and AutoCreateAuthorities are enabled, use this as a default value for the 670$a field of MARC21 records', 'free'), > ('GoogleJackets','0',NULL,'if ON, displays jacket covers from Google Books API','YesNo'), >@@ -682,6 +681,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('TagsShowOnDetail','10','','Number of tags to display on detail page. 0 is off.','Integer'), > ('TagsShowOnList','6','','Number of tags to display on search results list. 0 is off.','Integer'), > ('TalkingTechItivaPhoneNotification','0',NULL,'If ON, enables Talking Tech I-tiva phone notifications','YesNo'), >+('TaxRates','0','','Default Goods and Services tax rate NOT in %, but in numeric form (0.12 for 12%), set to 0 to disable GST','Integer'), > ('template','prog','','Define the preferred staff interface template','Themes'), > ('ThingISBN','0','','Use with FRBRizeEditions. If ON, Koha will use the ThingISBN web service in the Editions tab on the detail pages.','YesNo'), > ('TimeFormat','24hr','12hr|24hr','Defines the global time format for visual output.','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 13412
:
72031
|
99710
|
133607
|
134266
| 134267 |
134268
|
134269