From: Bill Erickson Date: Mon, 26 Mar 2012 19:32:08 +0000 (-0400) Subject: tpac: minor code formatting X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=50ed740439e80b31cdf15c21dd9017cbb680293c;p=contrib%2FConifer.git tpac: minor code formatting Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm index b17ddd229b..d758795e13 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm @@ -65,15 +65,14 @@ sub load_getit { # if the user is logged in, fetch his bookbags if ($ctx->{user}) { - $ctx->{bookbags} = $self->editor->search_container_biblio_record_entry_bucket( - [{ - owner => $ctx->{user}->id, - btype => 'bookbag' - }, { - order_by => {cbreb => 'name'}, - limit => $self->cgi->param('bbag_limit') || 100, - }], - ); + $ctx->{bookbags} = $self->editor->search_container_biblio_record_entry_bucket([ + { owner => $ctx->{user}->id, + btype => 'bookbag' + }, + { order_by => {cbreb => 'name'}, + limit => $self->cgi->param('bbag_limit') || 100 + } + ]); } $self->ctx->{page} = 'getit'; # repair the page