cfa9223cd1
* changes to use supplierid instead of id, that's easier to read.
27 lines
890 B
Cheetah
27 lines
890 B
Cheetah
<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
|
|
<div id="mainbloc">
|
|
<h1 class="acquisition">Receive Orders From Supplier <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a></h1>
|
|
<div id="bloc25">
|
|
<form method="get" action="receive.pl">
|
|
<p>
|
|
<input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
|
|
<h2 class="acquisition">Supplier invoice information</h2>
|
|
<p>
|
|
<label>Supplier Invoice Number</label>
|
|
<input type="text" size="20" name="invoice">
|
|
</p>
|
|
<p>
|
|
<label>GST</label>
|
|
<input type="text" size="20" name="gst">
|
|
</p>
|
|
<p>
|
|
<label>Freight</label>
|
|
<input type="text" size="20" name="freight">
|
|
</p>
|
|
<p>
|
|
<input type="submit" class="button acquisition" value="save">
|
|
</p>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->
|