Summary: | Remove unused script serials/acqui-search-result.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14969 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 15167; Remove unused script serials/acqui-search-result.pl
Bug 15167; Remove unused script serials/acqui-search-result.pl |
Description
Jonathan Druart
2015-11-11 08:42:57 UTC
Created attachment 44723 [details] [review] Bug 15167; Remove unused script serials/acqui-search-result.pl This script does not seem to be used. It has not been updated usefully since 2006. Test plan: git grep acqui-search-result should not return any result. Created attachment 44732 [details] [review] Bug 15167; Remove unused script serials/acqui-search-result.pl This script does not seem to be used. It has not been updated usefully since 2006. Test plan: git grep acqui-search-result should not return any result. Searched for file acqui-search-result*.*, vanished. Signed-off-by: Marc Véron <veron@veron.ch> Oh, it is used... Sorry, I missed that while signing-off. To verify: - Home > Serials > New subscription - Click on "Search for a vendor" - You get a pop up window (...cgi-bin/koha/serials/acqui-search.pl) - Enter a search term, click OK => result 404 page (...cgi-bin/koha/serials/acqui-search-result.pl) It is used in ...serials/acqui-search.tt How can I missed that?? |