Bug 12706 - Remove CGI::scrolling_list from serial_stats.pl
Summary: Remove CGI::scrolling_list from serial_stats.pl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bernardo Gonzalez Kriegel
QA Contact: Testopia
URL:
Keywords:
Depends on: 12696
Blocks: 766
  Show dependency treegraph
 
Reported: 2014-08-03 19:07 UTC by Bernardo Gonzalez Kriegel
Modified: 2015-06-04 23:33 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12706: Remove CGI::scrolling_list from serial_stats.pl (2.31 KB, patch)
2014-08-03 19:13 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
[Signed-off] Bug 12706: Remove CGI::scrolling_list from serial_stats.pl (2.53 KB, patch)
2014-08-05 08:34 UTC, Marc Véron
Details | Diff | Splinter Review
[PASSED QA] Bug 12706: Remove CGI::scrolling_list from serial_stats.pl (2.62 KB, patch)
2014-08-15 17:07 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!