Bug 7127 - Templates must be valid XHTML
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / mancredit.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Create Manual Credit</h1>
4
5 <p>Manual credits can be used to pay off parts of fines, or to forgive a fine amount.</p>
6
7 <ul>
8         <li>First choose the type of credit you'd like to apply</li>
9         <li>If this credit is associated with an item you can enter that item's barcode so that the line item links to the right item</li>
10         <li>The description field is where you will enter the description of the credit</li>
11         <li>In the amount field, do not enter currency symbols, only numbers and decimals</li>
12 </ul>
13
14 <p><strong>See the full documentation for Creating Manual Credits in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#manualcredit">manual</a> (online).</strong></p>
15
16 [% INCLUDE 'help-bottom.inc' %]