From cefcf17fbbf524a5723a4e6030da87ae98d82f5d Mon Sep 17 00:00:00 2001 From: Ketan Kulkarni Date: Wed, 9 Oct 2013 18:57:03 +0530 Subject: [PATCH] [PASSED QA] 'Dropbox' changed to 'Book drop' http://bugs.koha-community.org/show_bug.cgi?id=10785 Signed-off-by: KohaCon13 demo Signed-off-by: Katrin Fischer Checked the book drop still works, also grepped for other appearances of the term. Fixed capitalization. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 1e2f875..4b72422 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -375,7 +375,7 @@ $(document).ready(function () {

Fines for returned items are forgiven.

@@ -420,7 +420,7 @@ $(document).ready(function () { [% ELSE %] [% END %] - +

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt index 7046796..f6fb9a6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt @@ -15,7 +15,7 @@

To check an item in scan the barcode for the item into the box provided. A summary of all items checked in will appear below the checkin box

-

If you are checking items in that were put in the dropbox while the library was closed you can check the 'Dropbox mode' box before scanning items. This will effectively roll back the returned date to the last date the library was open.

+

If you are checking items in that were put in the book drop while the library was closed you can check the 'Book Drop mode' box before scanning items. This will effectively roll back the returned date to the last date the library was open.

  • This requires that you have your closings added to the Holidays & Calendar Tool
  • -- 1.8.1.2