From 4edb78da835eeeba352e6cd92127a6950c9bd786 Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Thu, 19 Dec 2013 22:58:35 +0100 Subject: [PATCH] Bug 11429 : Add a link to basketgroup in basket detail page Content-Type: text/plain; charset="utf-8" If a basket is in a closed basketgroup, the basketgroup name is currently displayed. This patch adds a link arround the name, so that the librarian could easily go to the basketgroup from the basket. Test: Display a closed basket that is grouped in a basketgroup Check the name of the basketgroup is now a link Click on the link and check you are seeing information about the right basketgroup --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index c94aa86..5587d28 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -346,7 +346,7 @@
  • Basket group: [% IF basketgroup.closed %] - [% basketgroup.name %] (closed) + [% basketgroup.name %] (closed) [% ELSIF ( ! CAN_user_acquisition_group_manage ) %] [%- IF basketgroup.name -%] [% basketgroup.name %] -- 1.7.9.5