https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20556

Brendan Gallagher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73957|0                           |1
        is obsolete|                            |

--- Comment #3 from Brendan Gallagher <[email protected]> ---
Created attachment 74041
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74041&action=edit
Bug [20556] - [Marking ILL request as complete..]

When marking a request as complete, the status is updated internally
then the user to redirected to the view of the request.

Although the redirect header is sent, there is no exit to indicate that
the program flow should stop. As a result, an attempt is made to render
the template, which fails.

This patch simply adds the missing exit.

TEST PLAN
---------

- Create an ILL request
- "Manage request" > "Confirm request"
- "Mark completed"
- TEST: Ensure that no error is written to the error log upon clicking
"Mark completed"

Signed-off-by: Brendan A Gallagher <[email protected]>

-- 
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]
http://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/

Reply via email to