Merge remote branch 'kc/new/bug_3072' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / pay.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Pay/Reverse Fines</h1>
4
5 <p>Each line item can be paid in full (or written off) using the 'Pay Fines' tab.</p>
6
7 <ul>
8         <li>Choose the payment type (Unpaid, Paid, Writeoff) from the pull down menu</li>
9         <li>Click 'Make Payment'</li>
10         <li>A line item will be added to the account information showing the fee paid in full (or written off)</li>
11         <li>If you accidentally mark and item as paid, you can reverse that line item by clicking 'Reverse' to the right of the line
12 <ul>
13         <li>Once clicked a new line item will be added to the account, showing the payment as reversed</li>
14 </ul>
15 </li>
16 </ul>
17
18 [% INCLUDE 'help-bottom.inc' %]