First step for working authorities
[koha.git] / maninvoice.pl
index de1385e..62d3d6f 100755 (executable)
@@ -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/moremember.pl?bornum=$bornum");
+  print $input->redirect("/cgi-bin/koha/boraccount.pl?bornum=$bornum");
 } else {
        my ($template, $loggedinuser, $cookie)
        = get_template_and_user({template_name => "maninvoice.tmpl",