Patch from Dan Wells to repair white space error in here-doc (fixes the r15418 reshel...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 22 Feb 2010 21:45:59 +0000 (21:45 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 22 Feb 2010 21:45:59 +0000 (21:45 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15622 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 18517c1..36f7654 100644 (file)
@@ -165,7 +165,7 @@ sub complete_reshelving {
                                        AND circ.id IS NULL
                                        AND cp.create_date < NOW() - CAST( COALESCE( BTRIM( setting.value,'"' ), ? )  AS INTERVAL)
                  )
-       SQL
+       SQL
        my $sth = action::circulation->db_Main->prepare_cached($sql);
        $sth->execute($window, $window, $window);