Bug 12062: Follow up - adds missing )
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 6 Jul 2014 17:04:15 +0000 (19:04 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 7 Jul 2014 13:32:24 +0000 (10:32 -0300)
With this patch, patches pass QA script and unit tests.
Tested printing different slips successfully.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt

index 7fc56fb..b14ed28 100644 (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 %]