Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tt
Jonathan Druart 674c32a094 Bug 18817: Update links with anchor automatically
I generate a mapping files (old anchor > new anchor) from the doc files.
Here are the links that have been updated automatically

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-25 10:22:14 -03:00

16 lines
778 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Create manual credit</h1>
<p>Manual credits can be used to pay off parts of fines, or to forgive a fine amount.</p>
<ul>
<li>First choose the type of credit you'd like to apply</li>
<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>
<li>The description field is where you will enter the description of the credit</li>
<li>In the amount field, do not enter currency symbols, only numbers and decimals</li>
</ul>
<p><strong>See the full documentation for Creating Manual Credits in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/04_patrons.html#creating-manual-credits">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]