]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Check if hold is really available in Trigger::Validator.
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 22 Jun 2011 14:48:58 +0000 (10:48 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 22 Jun 2011 19:36:59 +0000 (15:36 -0400)
commit1dbba207ec03198615abeadc9237f5582cdfb811
tree2f7de6beddc61b02e6399fe281ee530658fa9533
parent9544ad05dc0d30ed5782b528fac3e2bdfa90e4dd
Check if hold is really available in Trigger::Validator.

Add checks for shelf time and no fulfillment time in
HoldIsAvailable in OpenILS::Application::Trigger::Validator.

We've had some issues with poorly migrated data and people
messing with holds that causes the original logic to trigger
for unfilled holds. Plus, the extra precaution of checking
more precise conditions of an actually filled hold can't hurt,
can it?

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Validator.pm