From 772e5d4d28d909eee85052800f1227a641dec821 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. --- .../prog/en/modules/acqui/basketgroup.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 572d353..7cfa763 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 %] -- 1.7.5.4