[Koha-devel] authorised_values.pl

Paul paul.a at aandc.org
Tue Apr 5 01:01:25 CEST 2011


G'd evening|morning to you all,

In authorised_values.pl, I have modded line 63:

# my $pagesize = 20; modified to 100 Paul 4 April 2011
my $pagesize = 100;

in order to get more records per page (repetitive clicking "next" was 
getting to me...) from line 221:

my @loop_data = ();
         # builds value list
         for (my $i=$offset; $i < 
($offset+$pagesize<$count?$offset+$pagesize:$count); $i++){

However, I'm still only getting 20 records per page (and arthritis in my 
right forefinger.)

Thoughts anyone?

Paul
Tired old sys-admin 



More information about the Koha-devel mailing list