]> git.koha-community.org Git - koha.git/commit
Bug 7105: Bad request in GetSubscriptions
authorChristophe Croullebois <christophe.croullebois@biblibre.com>
Thu, 27 Oct 2011 13:50:19 +0000 (15:50 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 3 Dec 2011 12:12:27 +0000 (07:12 -0500)
commit1daff98956d1e82e49842fd194798a184161e5de
tree6838596b96b634c6e497da173a575671399e8f51
parent14ca75e40766b9210009f91ef78787fcdcc88775
Bug 7105: Bad request in GetSubscriptions

If $string or $issn is passed to GetSubscriptions, the request is false.
See Bug 5864, especially the last comment from Frédérick Capovilla.

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 32317878c0e2cbf858e8a21466d01ab3c4df3aec)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Serials.pm