From e6bdc05eab4169fecbc5ccc997b5c68a352e942b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 6 May 2014 17:52:35 +0000 Subject: [PATCH] Bug 12184: fix typo "retricted" on checkin page Content-Type: text/plain; charset=utf-8 To test: [1] Check an item that belongs to a restricted patron and specify a non-default return date. [2] Verify that the warning message contains "restricted" rather than "retricted". Signed-off-by: Galen Charlton Signed-off-by: Magnus Enger Patch applies and makes sense. (I have not checked the actual UI, but that should not be necessary for such a simple typo correction.) Signed-off-by: Marcel de Rooy --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 files changed, 1 insertions(+), 1 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 2e48106..4daf601 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -134,7 +134,7 @@ $(document).ready(function () { [% borrower.firstname %] [% borrower.surname %] - is retricted. Please verify this patron should still be restricted. + is restricted. Please verify this patron should still be restricted. [% END %] -- 1.7.7.6