writing absolute path.
authortoins <toins>
Fri, 8 Jun 2007 15:20:16 +0000 (15:20 +0000)
committertoins <toins>
Fri, 8 Jun 2007 15:20:16 +0000 (15:20 +0000)
cataloguing/addbiblio.pl

index d0e1fac..2482851 100755 (executable)
@@ -559,7 +559,7 @@ if ($op eq "addbiblio") {
             ($biblionumber,$oldbibitemnum) = AddBiblio($record,$frameworkcode);
         }
     # now, redirect to additem page
-        print $input->redirect("additem.pl?biblionumber=$biblionumber&frameworkcode=$frameworkcode");
+        print $input->redirect("/cgi-bin/koha/cataloguing/additem.pl?biblionumber=$biblionumber&frameworkcode=$frameworkcode");
         exit;
     } else {
     # it may be a duplicate, warn the user and do nothing