]> git.koha-community.org Git - koha.git/commit
Bug 14275: Remove CGI::scrolling_list from guided_reports.pl
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tue, 26 May 2015 14:00:02 +0000 (11:00 -0300)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 04:43:00 +0000 (16:43 +1200)
commit8161d1a5174f8fd63e0280cce1a750ad23a0e4f9
tree4db10302632de06224e969c8dcbbb194d5b35801
parentd67f513eb37e3b6769d6897ed10c51ed9d2c2431
Bug 14275: Remove CGI::scrolling_list from guided_reports.pl

Remove an instance of CGI::scrolling_list from this file

To test:
1) Go to Reports, Guided report wizard, New SQL report

2) Create a report with some auth value list, e.g.

SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter patrons library|branches>>

Save

3) Clic on 'Run this report", look at the dropdown, that will be changed

4) Apply the patch

5) Reload, check dropdown and any regression

Followed test plan, works as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Mason James <mtj@kohaaloha.com>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
reports/guided_reports.pl