| Summary: | Remove MarcRecordFromNewSuggestion from C4/Suggestions.pm | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski> |
| Component: | Architecture, internals, and plumbing | Assignee: | Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski> |
| Status: | Patch doesn't apply --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | lucas |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 39730 | ||
| Bug Blocks: | 23990 | ||
| Attachments: |
Bug 39732: Remove MarcRecordFromNewSuggestion from C4/Suggestions.pm
Bug 39732: Remove MarcRecordFromNewSuggestion from C4/Suggestions.pm |
||
|
Description
Baptiste Wojtkowski (bwoj)
2025-04-24 09:17:29 UTC
Created attachment 181412 [details] [review] Bug 39732: Remove MarcRecordFromNewSuggestion from C4/Suggestions.pm Created attachment 181425 [details] [review] Bug 39732: Remove MarcRecordFromNewSuggestion from C4/Suggestions.pm Note: This function was necessary for a very weird purpose. The whole process was: 1 - Have a suggestion as an hashref 2 - Convert it into a record 3 - Pass it to FindDuplicate 4 - C4/search exctract the exact same hashref as in 1 and performs the search Hence we extracted from FindDuplicate the part that uses the hashref and called it directly |