Browse Source

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 <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
new_12478_elasticsearch
Chloe 8 years ago
committed by Brendan A Gallagher
parent
commit
69b5fc9aa1
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt

@ -146,7 +146,7 @@ $(document).ready(function() {
</td>
<td>
<span title="[% reserveloo.reservedate %]">[% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) %]</span>
[% IF ( reserveloo.statusw ) %]<p>Waiting</p>[% END %][% IF ( reserveloo.statusf ) %]<p>Fullfilled</p>[% END %]
[% IF ( reserveloo.statusw ) %]<p>Waiting</p>[% END %][% IF ( reserveloo.statusf ) %]<p>Fulfilled</p>[% END %]
</td>
</tr>
[% END %]

Loading…
Cancel
Save