From 834a8cbd4ee50eb30768659ff6f095da43d897c9 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 22 Feb 2010 21:43:24 +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/trunk@15620 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 f17e0c1f60..1a6626e5d4 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); -- 2.11.0