Merge branch 'opac-tt-poc' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergr...
authorsenator <lebbeous@esilibrary.com>
Thu, 27 Jan 2011 16:46:31 +0000 (11:46 -0500)
committersenator <lebbeous@esilibrary.com>
Thu, 27 Jan 2011 16:46:31 +0000 (11:46 -0500)
1  2 
Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm

@@@ -663,12 -680,9 +680,12 @@@ sub load_myopac_fines 
      my $self = shift;
      my $e = $self->editor;
      my $ctx = $self->ctx;
 -    $ctx->{transactions} = [];
 +    $ctx->{"fines"} = {
 +        "circulation" => [],
 +        "grocery" => []
 +    };
  
-     my $limit = $self->cgi->param('limit') || 10;
+     my $limit = $self->cgi->param('limit') || 0;
      my $offset = $self->cgi->param('offset') || 0;
  
      my $cstore = OpenSRF::AppSession->create('open-ils.cstore');