consistent w/ seed skin (and to avoid total vertical domination), default to showing...
authorberick <berick@esilibrary.com>
Fri, 1 Apr 2011 18:37:52 +0000 (14:37 -0400)
committerberick <berick@esilibrary.com>
Fri, 1 Apr 2011 18:38:29 +0000 (14:38 -0400)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm

index c3716d5..9f45337 100644 (file)
@@ -15,7 +15,7 @@ sub load_record {
 
     my $org = $self->cgi->param('loc') || $self->ctx->{aou_tree}->()->id;
     my $depth = $self->cgi->param('depth') || 0;
-    my $copy_limit = int($self->cgi->param('copy_limit') || 20);
+    my $copy_limit = int($self->cgi->param('copy_limit') || 10);
     my $copy_offset = int($self->cgi->param('copy_offset') || 0);
 
     my $rec_id = $self->ctx->{page_args}->[0]