[Koha-devel] authorised_values.pl

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


Belay my last (below) - it would have helped if I'd saved the file in the 
correct directory (I default to a temp_test.)

Apologies, it's the end of the day.

Paul


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