]> git.koha-community.org Git - koha.git/commit
Bug 17709 - Article request broken - 'internal server error'
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 1 Dec 2016 20:11:41 +0000 (20:11 +0000)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 4 Dec 2016 21:13:15 +0000 (22:13 +0100)
commit60fc30dcc6b14e6d0fcaad911daa45d10ee0de3c
tree0e7f2e59d186608ae91de034ee1985cf5a4f840b
parent51eeb4ac89293f6c21d0fa90fec514d20ecb0d1a
Bug 17709 - Article request broken - 'internal server error'

Article requsts from OPAC and from intranet are showing an 'internal
server error'. I am testing in 16.11 with Plack.

Test Plan:
1) Set circ rule to record only article requests
2) Attempt to place a request on a record with no items
3) Note the error
4) Apply this patch
5) You should now be able to place the request!

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Koha/Biblio.pm