Bugzilla – Attachment 63698 Details for
Bug 18663
Missing db update for ExportRemoveFields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18663: Add pref ExportRemoveFields if missing
Bug-18663-Add-pref-ExportRemoveFields-if-missing.patch (text/plain), 989 bytes, created by
Julian Maurice
on 2017-05-24 14:42:03 UTC
(
hide
)
Description:
Bug 18663: Add pref ExportRemoveFields if missing
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-05-24 14:42:03 UTC
Size:
989 bytes
patch
obsolete
>From 514f2491587e4bb90271bdd24d7b31234433a3ff Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 23 May 2017 16:16:17 -0300 >Subject: [PATCH] Bug 18663: Add pref ExportRemoveFields if missing > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > installer/data/mysql/atomicupdate/bug_18663.sql | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_18663.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_18663.sql b/installer/data/mysql/atomicupdate/bug_18663.sql >new file mode 100644 >index 0000000000..b8f246847f >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_18663.sql >@@ -0,0 +1,2 @@ >+INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >+('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free'); >-- >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 18663
:
63672
|
63678
| 63698