2009/3/21 Owen Leonard <oleon...@myacpl.org>:
>> However, the last bit of the below part of the script
>> -- the if !defined($startdate) piece -- seems to be implying that other
>> start and end dates could be provided.
>
> Of course: if the user can change dates in the Refine Results section
> then the script is set up to accept custom dates. At my library I
> suggest that librarians bookmark their Holds Queue report with their
> branch parameter prefilled to save clicks. You could do the same with
> pendingreserves.pl:
>
> /cgi-bin/koha/circ/pendingreserves.pl?from=01/18/2009&to=01/19/2009

And for future reference, these lines in the script tell you want
variable names the script is expecting

my $startdate=$input->param('from');
my $enddate=$input->param('to');

Chris
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to