Cleaning up
[koha.git] / koha-tmpl / intranet-tmpl / default / de / acqui / recieveorder.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2 <div id="mainbloc">
3         <h1 class="acquisition">Bestelleingang von Lieferant <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a></h1>
4         <div id="bloc25">
5                 <form method="get" action="receive.pl">
6                 <p>
7                         <input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
8                         <h2 class="acquisition">Rechnungsinfo Lieferanten</h2>
9                 <p>
10                         <label>RechnungsNr. Lieferant</label>
11                         <input type="text" size="20" name="invoice">
12                 </p>
13                 <p>
14                         <label>MWST</label>
15                         <input type="text" size="20" name="gst">
16                 </p>
17                 <p>
18                         <label>Fracht</label>
19                         <input type="text" size="20" name="freight">
20                 </p>
21                 <p>
22                         <input type="submit" class="button acquisition" value="Speichern">
23                 </p>
24                 </form>
25         </div>
26 </div>
27 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->