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:
parent
c53520d58d
commit
5dcb7435b7
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
[% USE Koha %]
|
||||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
[% IF ( caller = 'hold-transfer' %]
|
||||
[% IF ( caller = 'hold-transfer' ) %]
|
||||
<title>Koha › Circulation › Hold transfer print receipt</title>
|
||||
[% ELSIF ( caller == 'transfer' %]
|
||||
[% ELSIF ( caller == 'transfer' ) %]
|
||||
<title>Koha › Circulation › Transfers print receipt</title>
|
||||
[% ELSIF ( caller == 'members' %]
|
||||
[% ELSIF ( caller == 'members' ) %]
|
||||
<title>Koha › Members › Print receipt for [% borrowernumber %]</title>
|
||||
[% END %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue