From 5dcb7435b7d0e720edc334c8eef7be875f2eb5d9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 6 Jul 2014 19:04:15 +0200 Subject: [PATCH] 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt index 7fc56fb1c3..b14ed282aa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt @@ -1,10 +1,10 @@ [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( caller = 'hold-transfer' %] +[% IF ( caller = 'hold-transfer' ) %] Koha › Circulation › Hold transfer print receipt -[% ELSIF ( caller == 'transfer' %] +[% ELSIF ( caller == 'transfer' ) %] Koha › Circulation › Transfers print receipt -[% ELSIF ( caller == 'members' %] +[% ELSIF ( caller == 'members' ) %] Koha › Members › Print receipt for [% borrowernumber %] [% END %] -- 2.20.1