From 413fea48cf526e3ee3eb86dc95f979f0119c1f0a Mon Sep 17 00:00:00 2001 From: Chloe Date: Tue, 19 Jan 2016 20:40:34 +0000 Subject: [PATCH] Bug 15614 - Spelling mistake in circ/pendingreserves.tt: Fullfilled To Test: Check if "fullfilled" has been changed to "fulfilled" in line 137 Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart --- 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.0