From 12783bc1c814f9a9c2272c115b749f1410e19457 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 24 Jan 2012 14:18:58 -0500 Subject: [PATCH] correcting code to match actual parameters of reshelving script --- .../src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm index 8ad87c3d8a..bfd4e37fb6 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm @@ -158,7 +158,7 @@ sub complete_reshelving { ) SQL my $sth = action::circulation->db_Main->prepare_cached($sql); - $sth->execute($window, $window, $window); + $sth->execute($window); return $sth->rows; -- 2.11.0