https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22456 --- Comment #68 from Lari Taskula <lari.taskula@hypernova.fi> --- Comment on attachment 135845 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135845 Bug 22456: Staff interface handling Review of attachment 135845: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22456&attachment=135845) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ +50,5 @@
</h2> + [% IF reject_result_error %] + <div class="error message"> + [% IF reject_result_error.invalid_status %] + <p>There was a problem rejecting the cancellation request. Cannot reject an already completed cancellation request.</p>
Looks like comment #35 decided to remove this functionality, and this seems now dead code. Test plan should also be adjusted (it still mentions rejecting/accepting the request). -- You are receiving this mail because: You are watching all bug changes.