Bug 12062: Follow up - adds missing )

With this patch, patches pass QA script and unit tests.
Tested printing different slips successfully.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Katrin Fischer 2014-07-06 19:04:15 +02:00 committed by Tomas Cohen Arazi
parent c53520d58d
commit 5dcb7435b7

View file

@ -1,10 +1,10 @@
[% USE Koha %]
[% INCLUDE 'doc-head-open.inc' %]
[% IF ( caller = 'hold-transfer' %]
[% IF ( caller = 'hold-transfer' ) %]
<title>Koha &rsaquo; Circulation &rsaquo; Hold transfer print receipt</title>
[% ELSIF ( caller == 'transfer' %]
[% ELSIF ( caller == 'transfer' ) %]
<title>Koha &rsaquo; Circulation &rsaquo; Transfers print receipt</title>
[% ELSIF ( caller == 'members' %]
[% ELSIF ( caller == 'members' ) %]
<title>Koha &rsaquo; Members &rsaquo; Print receipt for [% borrowernumber %]</title>
[% END %]