Bug 39721

Summary: Remove GetSuggestion from C4/Suggestions.pm
Product: Koha Reporter: Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
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:    
Bug Blocks: 39722    
Attachments: Bug 39721: Remove GetSuggestion from C4/Suggestions.pm
Bug 39721: Remove GetSuggestion from C4/Suggestions.pm

Description Baptiste Wojtkowski (bwoj) 2025-04-24 08:49:24 UTC
See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23990
Comment 1 Baptiste Wojtkowski (bwoj) 2025-04-24 08:51:34 UTC
Created attachment 181402 [details] [review]
Bug 39721: Remove GetSuggestion from C4/Suggestions.pm

This set of patches removes the major part of C4/Suggestions. They have
been split for sake of QA's readability but should be squashed.

Things to test:
Create suggestion
Update status of suggestion
Create, see and receive an order containing a suggestion
Create a suggestion on an already existing record (it will need
        validation)
test cronjobs purge_suggestion and notice_unprocessed_suggestions
Comment 2 Baptiste Wojtkowski (bwoj) 2025-04-24 09:31:36 UTC
Created attachment 181416 [details] [review]
Bug 39721: Remove GetSuggestion from C4/Suggestions.pm

1 - Create suggestion
2 - Display a suggestion
3 - Amend a suggestion
To do with and without patch