[Bug 40044] New: purge_suggestions.pl deletes ongoing suggestions
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40044 Bug ID: 40044 Summary: purge_suggestions.pl deletes ongoing suggestions Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: marion.durand@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz The cronjob purge_suggestions.pl deletes all suggestions that are older than the parameter (--days or syspref PurgeSuggestionsOlderThan) and that are in any other status than 'ASKED' (due to the use of function C4::Suggestions::DelSuggestionsOlderThan). This can lead to delete suggestions on an ongoing order (status ORDERED) or suggestions that have been accepted but not ordered yet (status ACCEPTED). We should limit (or add an option to limit) this script to REJECTED or AVAILABLE suggestions, as these are suggestions at the end of the process. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org