]> git.evergreen-ils.org Git - Evergreen.git/commit
Circ/Booking: replace checks for the CAPTURE_RESERVATION permission with
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Sep 2010 18:45:28 +0000 (18:45 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 2 Sep 2010 18:45:28 +0000 (18:45 +0000)
commit03b7f7bae23f16778c8fbe328e44614481c0023c
treeed6cd028121be517f14c7731784559511bf8d1a5
parent2ba8064f8610e483b2a6d948f9d82e867f83d18e
Circ/Booking: replace checks for the CAPTURE_RESERVATION permission with
checks for COPY_CHECKIN

There's no such permission as CAPTURE_HOLD, so why should reservations be
different?  Also, testing for reservations to capture during normal checkin
was making trouble for users if they didn't have CAPTURE_RESERVATION.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17447 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Booking.pm