this file has been replaced by parcels.tmpl
This commit is contained in:
parent
ba80135a0e
commit
76dd85bb0d
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Recieve <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menus.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
|
||||
|
||||
<h1>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="acqui_recieveorder">
|
||||
<h2 class="acquisition">Supplier invoice information</h2>
|
||||
<form method="get" action="parcel.pl">
|
||||
<input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
|
||||
<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>
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
Loading…
Reference in a new issue