Summary: | Remove ConnectSuggestionAndBiblio from C4/Suggestions.pm | ||
---|---|---|---|
Product: | Koha | Reporter: | Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski> |
Component: | Architecture, internals, and plumbing | Assignee: | Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski> |
Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 39725 | ||
Bug Blocks: | 39727 | ||
Attachments: |
Bug 39726: Remove op connectDuplicate from acqui/newordersuggestions.pl
Bug 39726: Remove ConnectSuggestionAndBiblio from C4/Suggestions.pm Bug 39726: Remove ConnectSuggestionAndBiblio from C4/Suggestions.pm |
Description
Baptiste Wojtkowski (bwoj)
2025-04-24 09:00:13 UTC
Created attachment 181407 [details] [review] Bug 39726: Remove op connectDuplicate from acqui/newordersuggestions.pl 15:27:09> git grep connectDuplicate acqui/newordersuggestion.pl: * connectDuplicate : acqui/newordersuggestion.pl:if ( $op eq 'connectDuplicate' ) { connectDuplicate is never called from any template code is hence removed Created attachment 181408 [details] [review] Bug 39726: Remove ConnectSuggestionAndBiblio from C4/Suggestions.pm Created attachment 181421 [details] [review] Bug 39726: Remove ConnectSuggestionAndBiblio from C4/Suggestions.pm To test: Create a suggestion whose isbn fits an existing one (note: you must have a working search engine) |