[open-ils-commits] r15620 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Feb 22 16:43:29 EST 2010


Author: erickson
Date: 2010-02-22 16:43:24 -0500 (Mon, 22 Feb 2010)
New Revision: 15620

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
Patch from Dan Wells to repair white space error in here-doc (fixes the r15418 reshelving problem)

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2010-02-22 21:25:57 UTC (rev 15619)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2010-02-22 21:43:24 UTC (rev 15620)
@@ -181,7 +181,7 @@
 					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);
 



More information about the open-ils-commits mailing list