Bug 12706

Summary: Remove CGI::scrolling_list from serial_stats.pl
Product: Koha Reporter: Bernardo Gonzalez Kriegel <bgkriegel>
Component: TemplatesAssignee: Bernardo Gonzalez Kriegel <bgkriegel>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: katrin.fischer, tomascohen, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 12696    
Bug Blocks: 766    
Attachments: Bug 12706: Remove CGI::scrolling_list from serial_stats.pl
[Signed-off] Bug 12706: Remove CGI::scrolling_list from serial_stats.pl
[PASSED QA] Bug 12706: Remove CGI::scrolling_list from serial_stats.pl

Description Bernardo Gonzalez Kriegel 2014-08-03 19:07:35 UTC
One in this file
Comment 1 Bernardo Gonzalez Kriegel 2014-08-03 19:13:38 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2014-08-05 08:34:33 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-08-15 17:07:33 UTC
Created attachment 30853 [details] [review]
[PASSED QA] Bug 12706: Remove CGI::scrolling_list from serial_stats.pl

This patch depends on Bug 12696

Removed one instance in this file.
Pulldown with one value, 'CSV'

To test:
1. Apply the patch for Bug 12696
2. Apply this patch
3. Go to Reports > Statistics wizard > Serial
4. Check 'Into an application' pulldown, with value 'CSV'
5. Search for regressions

Followed test plan. Patch behaves as expected.
Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes tests and QA script, works as described.
Comment 4 Tomás Cohen Arazi 2014-08-15 18:01:42 UTC
Patch pushed to master.

Thanks Bernardo!