https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13326
Rhonda Kuiper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Rhonda Kuiper <[email protected]> --- We have found the ability for patron to delete items even after the item has been ordered a problem especially with the functionality in 20.05 that limits the number of patron suggestion within a specified time period. (MAXTOTALSUGGESTION and NUMBEROFSUGGESTIONDAYS). With this function, if the patron deletes a suggestion after it is no longer in pending status, the NUMBEROFSUGGESTIONDAYS calculation isn't accurate. We ended up removing the Delete function on the OPAC with some jquery. The solution I would suggest is two fold: -If the suggestion is in pending status, they can delete it (or edit as suggested earlier). Rationale: The library staff has not spent any time dealing with the suggestion so there is no time lost or confusion about what the person wants. -If the suggestion in any status other that pending, they can delete it from the OPAC display but what is really happening is the suggestion is archived (using the function from bug 22784). What would display on the OPAC is all non-archived suggestions. This way the suggestion stays in the database and the NUMBEROFSUGGESTIONDAYS calculation will still be accurate along with any other stats a library would like to gather. -- You are receiving this mail because: You are the assignee for the bug. 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/
