From 0cc317fa0d004557d83115398d077254cb21ba19 Mon Sep 17 00:00:00 2001 From: Bradley Bonner Date: Fri, 8 May 2015 13:54:36 -0700 Subject: [PATCH] JBAS-638 Increase TPAC copy limit to 50 items --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm index c071c2452b..c61205dc67 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm @@ -40,7 +40,7 @@ sub load_record { $copy_depth = $depth unless defined $copy_depth; # can be 0 $self->ctx->{copy_depth} = $copy_depth; - my $copy_limit = int($self->cgi->param('copy_limit') || 10); + my $copy_limit = int($self->cgi->param('copy_limit') || 50); my $copy_offset = int($self->cgi->param('copy_offset') || 0); $self->get_staff_search_settings; -- 2.11.0