Using upstream commit instead
authorChris Sharp <csharp@georgialibraries.org>
Tue, 24 Jan 2012 19:20:19 +0000 (14:20 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 24 Jan 2012 19:20:19 +0000 (14:20 -0500)
This reverts commit 12783bc1c814f9a9c2272c115b749f1410e19457.

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

index bfd4e37..8ad87c3 100644 (file)
@@ -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;