Bugzilla – Attachment 97764 Details for
Bug 24478
Make it possible to deactivate point of sale
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24478: Fix sequence in syyprefs.sql and add missing comma
Bug-24478-Fix-sequence-in-syyprefssql-and-add-miss.patch (text/plain), 1.82 KB, created by
Katrin Fischer
on 2020-01-22 23:02:44 UTC
(
hide
)
Description:
Bug 24478: Fix sequence in syyprefs.sql and add missing comma
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-22 23:02:44 UTC
Size:
1.82 KB
patch
obsolete
>From 066a9d75018cf48464862a11040fe975e7a71f80 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 16 Jan 2020 14:11:11 +0000 >Subject: [PATCH] Bug 24478: Fix sequence in syyprefs.sql and add missing comma > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > installer/data/mysql/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index d4138ac033..cfa295e197 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -171,8 +171,8 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('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'), >-('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo') > ('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''), >+('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'), > ('EnableSearchHistory','0','','Enable or disable search history','YesNo'), > ('EnhancedMessagingPreferences','1','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'), > ('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', '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 24478
:
97702
|
97703
|
97732
|
97733
|
97762
|
97763
| 97764