Bug 20556: Marking ILL request as complete..
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Tue, 10 Apr 2018 15:50:56 +0000 (16:50 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Apr 2018 14:42:00 +0000 (11:42 -0300)
commitfbd233db5a4c7201c4691198fe5f0aecb320f357
tree5202335428c6c29f827bcd7cda3e001601bfd6a3
parent439844afaaed1e7507119e34c10ace50d31adfdf
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 <brendan@bywatersolutions.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
ill/ill-requests.pl