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
_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/