Correcting redirect path
This commit is contained in:
parent
d933157894
commit
e6c61cfb31
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ for (my $i=0;$i<$count;$i++){
|
|||
|
||||
my $from=$input->param('from');
|
||||
if ($from eq 'borrower'){
|
||||
print $input->redirect("/cgi-bin/koha/moremember.pl?bornum=$borrower[0]");
|
||||
print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$borrower[0]");
|
||||
} else {
|
||||
print $input->redirect("/cgi-bin/koha/request.pl?bib=$biblio[0]");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue