Bug 9919

Summary: Syntax error in kohastructure.sql
Product: Koha Reporter: Peter Kelly <peterAtKohaBugzilla>
Component: DatabaseAssignee: Peter Kelly <peterAtKohaBugzilla>
Status: CLOSED FIXED QA Contact:
Severity: blocker    
Priority: P5 - low CC: chris, katrin.fischer, robin
Version: 3.12   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 8365    
Bug Blocks:    
Attachments: Adds a missing comma, thereby fixing the syntax error
[PASSED QA] Bug 9919: Correct syntax error caused by missing comma.

Description Peter Kelly 2013-03-25 03:47:44 UTC
Bug 8365 appears to have introduced a syntax error in installer/data/mysql/kohastructure.sql which breaks the installer.

The problem is a missing comma after renewalperiod in the table issuingrules

I'm in the process of creating a patch.
Comment 1 Peter Kelly 2013-03-25 04:02:52 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2013-03-25 06:38:34 UTC
Created attachment 16848 [details] [review]
[PASSED QA] Bug 9919: Correct syntax error caused by missing comma.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Simple fix for a bad problem.
Comment 3 Katrin Fischer 2013-03-25 06:39:34 UTC
One line fix for a blocker bug, moving this to passed QA.
Comment 4 Jared Camins-Esakov 2013-03-25 12:46:35 UTC
This patch has been pushed to master.