Summary: | CardnumberLength missing in sysprefs.sql | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 10861 | ||
Bug Blocks: | |||
Attachments: |
Bug 13984 - CardnumberLength missing in sysprefs.sql
Bug 13984 - CardnumberLength missing in sysprefs.sql Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists [PASSED QA] Bug 13984 - CardnumberLength missing in sysprefs.sql [PASSED QA] Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists |
Description
Fridolin Somers
2015-04-13 11:08:32 UTC
Created attachment 37723 [details] [review] 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' Created attachment 37727 [details] [review] 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> Created attachment 37728 [details] [review] Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Created attachment 38029 [details] [review] [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> Created attachment 38030 [details] [review] [PASSED QA] Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Patches pushed to master. Thanks Frido and Jonathan! Pushed to 3.18.x will be in 3.18.7 |