]> git.evergreen-ils.org Git - Evergreen.git/commit
Backport some booking related commits from trunk.
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 30 Nov 2010 15:47:40 +0000 (15:47 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 30 Nov 2010 15:47:40 +0000 (15:47 +0000)
commit88082c3eb45244692c5b19522b3804af5500acee
tree92b8b30804264c0b54bb9e0303022cc794ea2d4c
parentd16768f61ceb702a406980e2049f0448cd054bca
Backport some booking related commits from trunk.

r17980: more transaction cleanups
--
r18502: Booking: make the circ module avoid booking code if the booking service
isn't up

Previously, it was not possible to turn the booking service off and have
working circ.  Now you should be able to turn it off if you don't need it.
--
r18514: If we already know we're not using booking, skip a redundant and
expensive test for the possibility of capturing a hold. We're just going to
try actually doing it a little farther down.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18873 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Booking.pm
Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm