From 102dcda6afebbe78ff095a720e795a6f6affba68 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 22 Feb 2010 21:45:59 +0000 Subject: [PATCH] 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_0@15622 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 18517c18b3..36f765422e 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -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); -- 2.11.0