Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/discharge.tt
Katrin Fischer 6c1092396a Bug 20706: Adds en language code to the links to the manual
As we don't have a fix yet to link to the right translated manual,
this adds /en to the links from the help files to the manual to
make them work again.

Check with both patches applied, that the links work.
You will have to change 17.11 to 18.05.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-16 11:31:14 -03:00

21 lines
1.1 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Patron discharges</h1>
<p>A discharge is a certificate that says the patron has no current checkouts, no holds and owe no money. To enable this option on the patron record you need to set the useDischarge system preference to 'Allow'.</p>
<p>Note: In France a "quitus" ("discharge") is needed if you want to register for an account in a library or a university).</p>
<p>Note: Academic libraries often require that you have a clear record at the library before you can graduate.</p>
<p>To generate a discharge for a patron click the 'Discharge' tab on the left of the patron record</p>
<p>If the patron can have a discharge generated then it will have a button that says 'Generate discharge'</p>
<p>If not then you'll see an error explaining why you can't discharge the patron.</p>
<p>Once the letter is generated you will have a PDF to download</p>
<p><strong>See the full documentation for the Patron discharges in the <a href="http://koha-community.org/manual/[% helpVersion %]/en/html/patrons.html#patron-discharges">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]