Bug 12184: fix typo "retricted" on checkin page
authorGalen Charlton <gmc@esilibrary.com>
Tue, 6 May 2014 17:52:35 +0000 (17:52 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 22 May 2014 21:09:49 +0000 (21:09 +0000)
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 <gmc@esilibrary.com>
Signed-off-by: Magnus Enger <digitalutvikling@gmail.com>
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 <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

index 2e48106..4daf601 100644 (file)
@@ -134,7 +134,7 @@ $(document).ready(function () {
             <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrower.borrowernumber %]">
                 [% borrower.firstname %] [% borrower.surname %]
             </a>
-            is retricted. Please verify this patron should still be restricted.
+            is restricted. Please verify this patron should still be restricted.
         </h3>
     </div>
 [% END %]