Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/overdue.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
770 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Overdues</h1>
<p>This report will list all items that are overdue at your library.</p>
<p>The report can be filtered using the menu options found on the left of the report.</p>
<p style="color: #990000">Important: For libraries with a large patron base, this report may take a significant amount of time to run.</p>
<ul>
<li style="background-color: #ffe599">Tip: Large libraries can choose to filter the report before it runs by setting the FilterBeforeOverdueReport system preference to 'Require'.</li>
</ul>
<p><strong>See the full documentation for Overdues in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/05_circulation.html#overdues">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]