just some spacing
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 11 Dec 2008 21:48:27 +0000 (21:48 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 11 Dec 2008 21:48:27 +0000 (21:48 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11531 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm

index 285aefe..94f73dd 100644 (file)
@@ -356,9 +356,9 @@ sub new_books_by_item {
                  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
                }