From: Chris Sharp Date: Tue, 24 Jan 2012 19:20:19 +0000 (-0500) Subject: Using upstream commit instead X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df2f45319a1e9bd43ed0e372909e6df70b2b3466;p=evergreen%2Fpines.git Using upstream commit instead This reverts commit 12783bc1c814f9a9c2272c115b749f1410e19457. --- 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;