memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / maninvoice.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Patrons: Create Manual Invoice<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <form action="/cgi-bin/koha/members/maninvoice.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
4         <table>
5         <caption>Manual Invoice</caption>
6         <tr><th scope="row">Borrowernumber</th><td><!-- TMPL_VAR Name="bornum" --></td></tr>
7         <tr><th scope="row">Type</th><td><select name="type">
8 <option value="L">Lost Item</option>
9 <option value="F">Fine</option>
10 <option value="A">Account Management Fee</option>
11 <option value="N">New Card</option>
12 <option value="M">Sundry</option>
13 <option value="REF">Cash Refund</option>
14 </select></td></tr>
15         <tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
16         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
17         <tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
18         </table>
19 <input type="submit" name="add" value="Add Charge" />
20 </form>
21
22 <form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" /><input type="submit" value="Cancel" /></form>
23
24
25
26
27 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->