From 3046d719f10b8581543cee83a7fdb903d1a15e7f 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 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 Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2e4810676e..4daf60129a 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 %] -- 2.39.5