From: senator Date: Thu, 27 Jan 2011 16:46:31 +0000 (-0500) Subject: Merge branch 'opac-tt-poc' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergr... X-Git-Tag: opac-tt-poc-demo2~81 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3daf8eb0c18cc375d96555630f9214e93502217a;p=evergreen%2Fequinox.git Merge branch 'opac-tt-poc' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc --- 3daf8eb0c18cc375d96555630f9214e93502217a diff --cc Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm index e45341bce5,785cd11204..fe1e0e547f --- a/Open-ILS/src/perlmods/OpenILS/WWW/EGCatLoader.pm +++ b/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');