Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt
Nicole C. Engard 353418dee0 Bug 11403: (follow-up) Fix typo in renew help
This patch adds a missing letter to the Renew help file

To test:

Go to Circulation > Renew
Click Help
Confirm that the text now reads 'scan' instead of 'can'

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-03-14 14:43:02 +00:00

13 lines
No EOL
676 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Renew</h1>
<p>Checked out items can be renewed (checked out for another period of time) based on your circulation rules and renewal preferences.</p>
<p>To renew an item from this page you scan the barcodes of the items you would like to renew.</p>
<p>If the barcode is not found or the item is not actually checked out you will be presented with an error. Otherwise the item is renewed and you will receive a confirmation message.</p>
<p><strong>See the full documentation for Renewing in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/circrenew.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]