]> git.koha-community.org Git - koha.git/commit
Bug 12873 - Reserve can be cancelled by any logged in user
authorRafal Kopaczka <rkk0@poczta.onet.pl>
Thu, 4 Sep 2014 14:40:33 +0000 (16:40 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 1 Oct 2014 21:39:39 +0000 (21:39 +0000)
commit60875757c761a9ad59734e968cf34a831c65e9a6
treefdf04d33264f90b4749442fd8c21bc637782d451
parent16376903518116bc3ed8643581676923416f497a
Bug 12873 - Reserve can be cancelled by any logged in user

It is possible to cancel reservations through simply running opac-modreserve.pl with existing reserve_id number. This may provide remove even all reservations from system. The only limitation is that user have to be logged in. Simplest solution is to check whether reserve belongs to user or not.

Test plan:
1. Create reserves by 2 different users, and get their ID's
2. Before patch, hold may by cancelled by anyone who run site:
http://example.com/cgi-bin/koha/opac-modrequest.pl?reserve_id=XXX
3. After patch hold may by cancelled only by user whose reserve is.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
opac/opac-modrequest.pl