@@ -, +, @@ group ------- at least one of them gets closed. and create a new basket group. selected. baskets widget. the group. widget. --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/basketgroup.pl +++ a/acqui/basketgroup.pl @@ -174,7 +174,7 @@ sub displaybasketgroups { $template->param(basketgroups => $basketgroups); } for(my $i=0; $i < scalar @$baskets; ++$i) { - if( ! @$baskets[$i]->{'closedate'} ) { + if( @$baskets[$i]->{'closedate'} ) { splice(@$baskets, $i, 1); --$i; }else{ --