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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 13 17:08:34 EST 2008


Author: miker
Date: 2008-11-13 17:08:29 -0500 (Thu, 13 Nov 2008)
New Revision: 11176

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
no need for distinct workaround now

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2008-11-13 22:07:51 UTC (rev 11175)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2008-11-13 22:08:29 UTC (rev 11176)
@@ -360,8 +360,7 @@
 			}, 
           order_by	=> { acp => { create_date => { transform => 'max', direction => 'desc' } } },
 		  limit		=> $page_size,
-		  offset	=> $offset,
-          distinct  => 1
+		  offset	=> $offset
 		}
 	)->gather(1);
 



More information about the open-ils-commits mailing list