https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40530 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |david@davidnind.com Text to go in the| |This fixes the status release notes| |message when a hold is | |cancelled on the patron's | |holds history page in the | |staff interface. It | |displayed | |"Cancelled(FIXME)", instead | |of the actual reason. (This | |is related to bug 35560 - | |Use the REST API for holds | |history, added in Koha | |25.05.00 and 24.11.05.) --- Comment #8 from David Nind <david@davidnind.com> --- I added a follow-up to remove the space in the brackets before and after the cancellation reason: - Before: Cancelled ( Item could not be located on shelves ) - After: Cancelled (Item could not be located on shelves) Notes: 1. The OPAC correctly displayed the cancellation reason before the patch, when OPACHoldsHistory is enabled. 2. If no reason is given, the status message is just "Cancelled". -- You are receiving this mail because: You are watching all bug changes.