From 088f5353dc9d289bcd984a51cc63f5f77e259823 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 14 Apr 2012 14:43:32 +0200 Subject: [PATCH] Bug 7604 - Link on basket group name for closed basket groups is broken Fixes the intended behaviour of the link on the basket group name for closed basket groups by adding a missing '='. Clicking the link will reopen the basket group. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 572d353eea..5b347214cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -293,7 +293,7 @@ function yuiToolbar() { [% IF ( basketgroup.closed ) %] - [% IF ( basketgroup.name ) %] + [% IF ( basketgroup.name ) %] [% basketgroup.name %] [% ELSE %] Basket group no. [% basketgroup.id %] -- 2.20.1