Merge branch 'translation' of git://git.workbuffer.org/git/koha into master
[koha_gimpoz] / acqui / basket.pl
index afdc460..005fcb9 100755 (executable)
@@ -205,6 +205,7 @@ if ( $op eq 'delete_confirm' ) {
                            name =>   "No group");
         if ( ! $basket->{basketgroupid} ) {
             $emptygroup{default} = 1;
+            $emptygroup{nogroup} = 1;
         }
         unshift( @$basketgroups, \%emptygroup );
     }