From 0f2359da44356fd758edd8ecccf2fbd4e673face Mon Sep 17 00:00:00 2001 From: Chloe Date: Tue, 19 Jan 2016 20:40:34 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 15614 - Spelling mistake in circ/pendingreserves.tt: Fullfilled Content-Type: text/plain; charset="utf-8" To Test: Check if "fullfilled" has been changed to "fulfilled" in line 137 Signed-off-by: Owen Leonard --- 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 %] -- 2.1.4