From e8808dfd527b2b461485507fe508928bb84b7f82 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Mon, 16 Dec 2013 09:53:10 -0600 Subject: [PATCH] Bug 11403: Add missing help file to new Renew page This patch adds a help file to the Renew page found under Circulation. To test: * Go to Circulation > Renew * Click the help link * Confirm text and manual link are correct. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Galen Charlton --- .../prog/en/modules/help/circ/renew.tt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt new file mode 100644 index 0000000000..95cdf7df99 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt @@ -0,0 +1,13 @@ +[% INCLUDE 'help-top.inc' %] + +

Renew

+ +

Checked out items can be renewed (checked out for another period of time) based on your circulation rules and renewal preferences.

+ +

To renew an item from this page you can the barcodes of the items you would like to renew.

+ +

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.

+ +

See the full documentation for Renewing in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 2.39.5