From: erickson Date: Wed, 28 Oct 2009 19:52:58 +0000 (+0000) Subject: pickup_lib is an object. stringify to get the ID for the remote call X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=de630fb62b616380821d035f86d17ad9407a7389;p=contrib%2FConifer.git pickup_lib is an object. stringify to get the ID for the remote call git-svn-id: svn://svn.open-ils.org/ILS/trunk@14654 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index c8903a78c4..d7858d2604 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -1107,7 +1107,7 @@ sub new_hold_copy_targeter { $log->debug("\tNothing at the pickup lib, looking elsewhere among ".scalar(@$all_copies)." copies"); my $max_loops = $actor->request( - 'open-ils.actor.ou_setting.ancestor_default' => $hold->pickup_lib => 'circ.holds.max_org_unit_target_loops' + 'open-ils.actor.ou_setting.ancestor_default' => $hold->pickup_lib.'' => 'circ.holds.max_org_unit_target_loops' )->gather(1); if (defined($max_loops)) {