Bug 6211

Summary: SubscriptionHistory doesn't have default value set
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: SerialsAssignee: Colin Campbell <colin.campbell>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P3 CC: chris
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Proposed Patch

Description Nicole C. Engard 2011-04-20 01:07:07 UTC
I'm not sure how else to title this bug.  When you do a fresh install your SubscriptionHistory preference says it's set to 'full' but when you view the OPAC it's not the full history it's the brief.  When you change it to brief it doesn't change the display - but if you change it back to full after changing to brief you finally get the full history. I think this is because the value showing by default is just there because of the order it appears in the list and not because the value is actually set in the database.
Comment 1 Colin Campbell 2011-04-20 11:56:10 UTC
Looks like a typo in sysprefs.sql which initially sets it to the meaningless value
';'  will send patch
Comment 2 Colin Campbell 2011-04-20 12:16:19 UTC
Created attachment 3955 [details] [review]
Proposed Patch
Comment 3 Chris Cormack 2011-04-20 20:49:06 UTC
Pushed, please test
Comment 4 Katrin Fischer 2012-04-15 06:56:59 UTC
*** Bug 5798 has been marked as a duplicate of this bug. ***