https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39732

Baptiste Wojtkowski (bwoj) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #181425|0                           |1
        is obsolete|                            |

--- Comment #3 from Baptiste Wojtkowski (bwoj) 
<[email protected]> ---
Created attachment 195128
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195128&action=edit
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 extract 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

Test plan:
1 - Find the ISBN of a book in the database
2 - Make a suggestion with this isbn through the intranet
3 - Make a suggestion with this isbn through the OPAC

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to