Bug 15167

Summary: Remove unused script serials/acqui-search-result.pl
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: 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
This script does not seem to be used. It has not been updated usefully since 2006.
Comment 1 Jonathan Druart 2015-11-11 08:44:24 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2015-11-11 10:26:33 UTC
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>
Comment 3 Marc Véron 2015-11-11 15:48:30 UTC
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
Comment 4 Jonathan Druart 2015-11-11 16:28:05 UTC
How can I missed that??