[open-ils-commits] r11531 - trunk/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 11 16:48:31 EST 2008


Author: miker
Date: 2008-12-11 16:48:27 -0500 (Thu, 11 Dec 2008)
New Revision: 11531

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
just some spacing

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2008-12-11 21:41:26 UTC (rev 11530)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2008-12-11 21:48:27 UTC (rev 11531)
@@ -356,9 +356,9 @@
 		  from		=> { 'acn' => { 'acp' => { field => call_number => fkey => 'id' } } },
 		  where		=>
 			{ '+acp' => { deleted => 'f', (@ou_ids) ? ( circ_lib => \@ou_ids) : () },
-              '+acn' => { record => { '>' => 0 } },
+			  '+acn' => { record => { '>' => 0 } },
 			}, 
-          order_by	=> { acp => { create_date => { transform => 'max', direction => 'desc' } } },
+		  order_by	=> { acp => { create_date => { transform => 'max', direction => 'desc' } } },
 		  limit		=> $page_size,
 		  offset	=> $offset
 		}



More information about the open-ils-commits mailing list