updating prog templates for acqui
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui / recieveorder.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Recieve <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="menus.inc" -->
3 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
4
5 <h1>Receive Orders From Supplier <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="supplierid" -->"><!-- TMPL_VAR NAME="name" --></a></h1>
6 <div id="acqui_recieveorder">
7         <h2 class="acquisition">Supplier invoice information</h2>
8         <form method="get" action="receive.pl">
9                 <input type="hidden" name="supplierid" value=<!-- TMPL_VAR NAME="supplierid" -->>
10                 <p>
11                         <label>Supplier Invoice Number</label>
12                         <input type="text" size="20" name="invoice">
13                 </p>
14                 <p>
15                         <label>GST</label>
16                         <input type="text" size="20" name="gst">
17                 </p>
18                 <p>
19                         <label>Freight</label>
20                         <input type="text" size="20" name="freight">
21                 </p>
22                 <p>
23                         <input type="submit" class="button acquisition" value="save">
24                 </p>
25         </form>
26 </div>
27 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->