Bug 14424: Add on site checkouts help for 3.20
authorNicole C. Engard <nicole@bywatersolutions.com>
Tue, 23 Jun 2015 19:49:55 +0000 (14:49 -0500)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Fri, 10 Jul 2015 13:49:02 +0000 (10:49 -0300)
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

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/on-site_checkouts.tt [new file with mode: 0644]

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 (file)
index 0000000..f128ca7
--- /dev/null
@@ -0,0 +1,11 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Pending on-site checkouts</h1>
+
+<p>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.</p>
+
+<p>This will list the due date (overdues in red), who has the item, item information and what library the item is at.</p>
+
+<p><strong>See the full documentation for Pending on-site checkouts in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/circreports.html#pendingonsite">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file