From: erickson Date: Mon, 22 Feb 2010 21:45:45 +0000 (+0000) Subject: Patch from Dan Wells to repair white space error in here-doc (fixes the r15418 reshel... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2228fba8ff4ea6c4d4cb9e0c66b276540f833c0d;p=Evergreen.git Patch from Dan Wells to repair white space error in here-doc (fixes the r15418 reshelving problem) git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@15621 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index 25129ea6dc..6db2dd4381 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -181,7 +181,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);