X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=modrequest.pl;h=554105c1f07c67e61bc3dab66505edde6144c5ee;hb=e339f5d64ba06180925f551da12fd5a8cdffd444;hp=aec24f1e937d0e3f3367e3c5f667118f6912f374;hpb=13e7c898dff603108d79380cc3bad38a2df0ba4d;p=koha_fer diff --git a/modrequest.pl b/modrequest.pl index aec24f1e93..554105c1f0 100755 --- a/modrequest.pl +++ b/modrequest.pl @@ -32,11 +32,11 @@ use C4::Reserves2; my $input = new CGI; #print $input->header; -#print $input->dump; +#print $input->Dump; my @rank=$input->param('rank-request'); my @biblio=$input->param('biblio'); -my @borrower=$input->param('borrower'); +my @borrower=$input->param('borrowernumber'); my @branch=$input->param('pickup'); my $count=@rank;