[open-ils-commits] [GIT] Evergreen ILS branch master updated. 345372b5252775e967f5b33859562f07619da568

Evergreen Git git at git.evergreen-ils.org
Fri Jun 22 12:16:37 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  345372b5252775e967f5b33859562f07619da568 (commit)
      from  e04600edfd5292249528b7cdbd91dc423d01bc79 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 345372b5252775e967f5b33859562f07619da568
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Jun 13 13:16:51 2012 -0400

    Fix Title Holds
    
    Holdable formats was being filled in with oargs, causing random failures.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
index 6132846..b72db96 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
@@ -2342,7 +2342,7 @@ sub do_possibility_checks {
 	} elsif( $hold_type eq OILS_HOLD_TYPE_TITLE ) {
 
 		return _check_title_hold_is_possible(
-			$titleid, $depth, $request_lib, $patron, $e->requestor, $pickup_lib, $selection_ou, $oargs
+			$titleid, $depth, $request_lib, $patron, $e->requestor, $pickup_lib, $selection_ou, undef, $oargs
         );
 
 	} elsif( $hold_type eq OILS_HOLD_TYPE_ISSUANCE ) {

-----------------------------------------------------------------------

Summary of changes:
 .../perlmods/lib/OpenILS/Application/Circ/Holds.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list