From 206d448986fb6b814e5350bb8b20068129e993c7 Mon Sep 17 00:00:00 2001 From: Chloe Date: Tue, 19 Jan 2016 20:40:34 +0000 Subject: [PATCH] Bug 15614 - spelling mistake ~/Koha/koha-tmpl/intranet-tmpl/prog/en//circ/pendingreserves.tt:137: Fullfilled ==> Fulfilled To Test: Check if "fullfilled" has been changed to "fulfilled" in line 137 --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt index 662926d..cda5566 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -134,7 +134,7 @@ $(document).ready(function() { [% AuthorisedValues.GetByCode('LOC', reserveloo.location) %] [% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) %] - [% IF ( reserveloo.statusw ) %]

Waiting

[% END %][% IF ( reserveloo.statusf ) %]

Fullfilled

[% END %] + [% IF ( reserveloo.statusw ) %]

Waiting

[% END %][% IF ( reserveloo.statusf ) %]

Fulfilled

[% END %] [% END %] -- 1.7.10.4