From: miker Date: Thu, 11 Dec 2008 21:48:27 +0000 (+0000) Subject: just some spacing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f8a3482607cd6d480ce0ffc4d776862cd8cc2e78;p=Evergreen.git just some spacing git-svn-id: svn://svn.open-ils.org/ILS/trunk@11531 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm index 285aefe733..94f73dd6d3 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm @@ -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 }