From df2f45319a1e9bd43ed0e372909e6df70b2b3466 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 24 Jan 2012 14:20:19 -0500 Subject: [PATCH] Using upstream commit instead This reverts commit 12783bc1c814f9a9c2272c115b749f1410e19457. --- .../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 bfd4e37fb6..8ad87c3d8a 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); + $sth->execute($window, $window, $window); return $sth->rows; -- 2.11.0