22 lines
No EOL
871 B
Cheetah
22 lines
No EOL
871 B
Cheetah
<!-- TMPL_INCLUDE Name="members-top.inc" -->
|
|
|
|
<Center><h3>Manual Credit</h3></center>
|
|
<form action=/cgi-bin/koha/mancredit.pl method=post>
|
|
<table cellpadding=2 cellspacing=0 border=0>
|
|
<input type=hidden name="bornum" value="<!-- TMPL_VAR Name="bornum" -->">
|
|
<tr><td><b>Borrowernumber<b></td><td><!-- TMPL_VAR Name="bornum" --></td></tr>
|
|
<tr><td><b>Type</b></td><Td>
|
|
<select name=type>
|
|
<option value=C>Credit</option>
|
|
<option value=BAY>Baycorp Adjustment</option>
|
|
<option value=WORK>Worked off</option>
|
|
</select>
|
|
</td></tr>
|
|
<tr><td><b>Itemnumber</b></td><td><input type=text name=itemnum></td></tr>
|
|
<tr><td><b>Description</b></td><td><input type=text name=desc size=50></td></tr>
|
|
<tr><td><b>Amount</b></td><td><input type=text name=amount></td></tr>
|
|
<tr><td><input type=submit name=add value=Add></td></tr>
|
|
</table>
|
|
</form>
|
|
|
|
<!-- TMPL_INCLUDE Name="members-bottom.inc" --> |