From ecd5a5384abc6d5b5c5d96ceb83ce1fb0eb92e92 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 23 Jun 2015 14:49:55 -0500 Subject: [PATCH] Bug 14424: Add on site checkouts help for 3.20 There is no help for the pending on site checkouts report. This patch adds it. To test: * visit pending on site checkouts * click help * confirm help is there and correct --- .../prog/en/modules/help/circ/on-site_checkouts.tt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/on-site_checkouts.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/on-site_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/on-site_checkouts.tt new file mode 100644 index 0000000..0d3b4fc --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/on-site_checkouts.tt @@ -0,0 +1,11 @@ +[% INCLUDE 'help-top.inc' %] + +

Pending on-site checkouts

+ +

If you are using the on site checkouts functionality (OnSiteCheckouts) then you'll have a report to view all items that are currently checked out on site.

+ +

This will list the due date (overdues in red), who has the item, item information and what library the item is at.

+ +

See the full documentation for Pending on-site checkouts in the manual (online).

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