From 9a7d0d2d46e1f2dde650a4a746409292b63b32d4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 27 Dec 2014 18:48:28 +0100 Subject: [PATCH] Bug 13495: Use "checked in" instead of "returned" in circulation To test: - check out one or many items on a patron account - return the items from the checkout table - notice that a message "Checked in" is now shown in the first and last column, instead of "Returned" as before --- koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc index 312df74..20a0dad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc @@ -1,7 +1,7 @@