fix bad link to order.pl. The new one is to booksellers.pl.

This commit is contained in:
toins 2006-08-07 13:06:33 +00:00
parent b9acea8d45
commit 01e1e3ed17

View file

@ -5,7 +5,7 @@
<h1 class="acquisition">Erwerbung</h1>
<div id="bloc25">
<h2 class="acquisition">Beginnen, Eingangsbearbeitung, &auml;ndern von Bestellungen</h2>
<form action="/cgi-bin/koha/acqui/order.pl" method="post">
<form action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
Lieferantenname: <input type="text" size="25" name="supplier">
<input type="submit" class="button acquisition" value="OK">
</form>