string-ify lib var so we get the ID instead of the ref value
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 13 Nov 2009 20:38:13 +0000 (20:38 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 13 Nov 2009 20:38:13 +0000 (20:38 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14913 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm

index 448b335..f58ff7b 100644 (file)
@@ -1552,7 +1552,7 @@ sub create_prox_list {
 
                # Fetch the weighting value for hold targeting, defaulting to 1
                $self->{target_weight}{$lib} ||= $actor->request(
-                       'open-ils.actor.ou_setting.ancestor_default' => $lib => 'circ.holds.org_unit_target_weight'
+                       'open-ils.actor.ou_setting.ancestor_default' => $lib.'' => 'circ.holds.org_unit_target_weight'
                )->gather(1) || 1;
 
                $prox_list[$prox] = [] unless defined($prox_list[$prox]);