@@ -, +, @@ the actual number of results of results within the block of your koha-conf.xml --- C4/Reports/Guided.pm | 2 +- debian/templates/koha-conf-site.xml.in | 4 ++++ etc/koha-conf.xml | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) --- a/C4/Reports/Guided.pm +++ a/C4/Reports/Guided.pm @@ -559,7 +559,7 @@ sub execute_query { my $params = shift; my $sql = $params->{sql}; my $offset = $params->{offset} || 0; - my $limit = $params->{limit} || 999999; + my $limit = $params->{limit} || C4::Context->config('report_results_limit') || 999999; my $sql_params = defined $params->{sql_params} ? $params->{sql_params} : []; my $report_id = $params->{report_id}; --- a/debian/templates/koha-conf-site.xml.in +++ a/debian/templates/koha-conf-site.xml.in @@ -304,6 +304,10 @@ __END_SRU_PUBLICSERVER__ __API_SECRET__ + + CHANGEME + +