From b10f5245eec114bc7f3cf2b1acdf6c72eef65d1d Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Wed, 31 Mar 2010 10:04:31 +0200 Subject: [PATCH] (BUG #4356) Basket.pl: adding a link to the basketgroup --- acqui/basket.pl | 1 + .../prog/en/modules/acqui/basket.tmpl | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 1e27d8f..51ea00a 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -207,6 +207,7 @@ if ( $op eq 'delete_confirm' ) { name => "No group"); if ( ! $basket->{basketgroupid} ) { $emptygroup{default} = 1; + $emptygroup{nogroup} = 1; } unshift( @$basketgroups, \%emptygroup ); } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl index e67e838..5a2a853 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl @@ -162,7 +162,15 @@

Closed on:

-

basketgroup: -- 1.6.3.3