| Summary: | Remove CGI::scrolling_list from circulation.pl | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Bernardo Gonzalez Kriegel <bgkriegel> |
| Component: | Templates | Assignee: | Bernardo Gonzalez Kriegel <bgkriegel> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 766 | ||
| Attachments: |
Bug 12687: Remove CGI::scrolling_list from circulation.pl
[SIGNED-OFF] Bug 12687 - Remove CGI::scrolling_list from circulation.pl [PASSED QA] Bug 12687 - Remove CGI::scrolling_list from circulation.pl |
||
|
Description
Bernardo Gonzalez Kriegel
2014-07-31 19:46:31 UTC
Created attachment 30438 [details] [review] Bug 12687: Remove CGI::scrolling_list from circulation.pl This patch removes the only instance in this file To test: 1. Apply the patch 2. Search for patrons on staff CheckOut, use a string that gives multiple results 3. Results are displayed on a select, that was replaced. 4. Check for regressions: select a patron and press 'Select', or do double click on a patron name, verify you go to patron's checkout tab. Created attachment 30459 [details] [review] [SIGNED-OFF] Bug 12687 - Remove CGI::scrolling_list from circulation.pl This patch removes the only instance in this file To test: 1. Apply the patch 2. Search for patrons on staff CheckOut, use a string that gives multiple results 3. Results are displayed on a select, that was replaced. 4. Check for regressions: select a patron and press 'Select', or do double click on a patron name, verify you go to patron's checkout tab. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 30504 [details] [review] [PASSED QA] Bug 12687 - Remove CGI::scrolling_list from circulation.pl This patch removes the only instance in this file To test: 1. Apply the patch 2. Search for patrons on staff CheckOut, use a string that gives multiple results 3. Results are displayed on a select, that was replaced. 4. Check for regressions: select a patron and press 'Select', or do double click on a patron name, verify you go to patron's checkout tab. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Patch pushed to master. Thanks Bernardo! |