X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=members%2Fmaninvoice.pl;h=bb265c85d9396eddfa058101c04dc4236cc9f72e;hb=2f8c39d679d84a0f5a24b7d35b0a45ad1cffde3d;hp=20213dd711b1787eca99c7379d65db5ae80c6d8b;hpb=7390b536136c380671df096e5d183c79b829a034;p=koha_gimpoz diff --git a/members/maninvoice.pl b/members/maninvoice.pl index 20213dd711..bb265c85d9 100755 --- a/members/maninvoice.pl +++ b/members/maninvoice.pl @@ -43,7 +43,7 @@ if ($add){ my $amount=$input->param('amount'); my $type=$input->param('type'); manualinvoice($bornum,$itemnum,$desc,$type,$amount); - print $input->redirect("/cgi-bin/koha/boraccount.pl?bornum=$bornum"); + print $input->redirect("/cgi-bin/koha/members/boraccount.pl?bornum=$bornum"); } else { my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "maninvoice.tmpl",