Bugzilla – Attachment 38029 Details for
Bug 13984
CardnumberLength missing in sysprefs.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13984 - CardnumberLength missing in sysprefs.sql
PASSED-QA-Bug-13984---CardnumberLength-missing-in-.patch (text/plain), 1.61 KB, created by
Kyle M Hall (khall)
on 2015-04-17 10:50:52 UTC
(
hide
)
Description:
[PASSED QA] Bug 13984 - CardnumberLength missing in sysprefs.sql
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-17 10:50:52 UTC
Size:
1.61 KB
patch
obsolete
>From 7eafa70ca4124dd7ebcb184f7a0f63dd523ac238 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 13 Apr 2015 13:09:16 +0200 >Subject: [PATCH] [PASSED QA] Bug 13984 - CardnumberLength missing in sysprefs.sql > >Test plan : >- create a fresh database with installer >- check the presence of the syspref : select value from systempreferences where variable like 'CardnumberLength' > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/data/mysql/sysprefs.sql | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index be44611..b6d91b6 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -76,6 +76,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('CalculateFinesOnReturn','1','','Switch to control if overdue fines are calculated on return or not','YesNo'), > ('CalendarFirstDayOfWeek','Sunday','Sunday|Monday','Select the first day of week to use in the calendar.','Choice'), > ('canreservefromotherbranches','1','','With Independent branches on, can a user from one library place a hold on an item from another library','YesNo'), >+('CardnumberLength', '', '', 'Set a length for card numbers.', 'Free'), > ('casAuthentication','0','','Enable or disable CAS authentication','YesNo'), > ('casLogout','0','','Does a logout from Koha should also log the user out of CAS?','YesNo'), > ('casServerUrl','https://localhost:8443/cas','','URL of the cas server','Free'), >-- >1.7.2.5
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 13984
:
37723
|
37727
|
37728
| 38029 |
38030