@@ -, +, @@ - Go to a closed aquisition basket in no basket group : cgi-bin/koha/acqui/basket.pl?basketno=x - Cick on this combobox - Select a basket group and click on "change basket group" - go to src/misc/translator - run : perl translate update fr-FR #: intranet-tmpl/prog/en/modules/acqui/basket.tt:365 #, fuzzy, c-format msgid "No group" msgstr "Nom de groupe" - remove ", fuzzy" and correct translation : "Pas de groupe" - run : perl translate install fr-FR - Go to translated aquisition basket page --- acqui/basket.pl | 7 ------- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) --- a/acqui/basket.pl +++ a/acqui/basket.pl @@ -306,13 +306,6 @@ if ( $op eq 'delete_confirm' ) { $basketgroup = $bg; } } - my %emptygroup = ( id => undef, - name => "No group"); - if ( ! $basket->{basketgroupid} ) { - $emptygroup{default} = 1; - $emptygroup{nogroup} = 1; - } - unshift( @$basketgroups, \%emptygroup ); } # if the basket is closed, calculate estimated delivery date --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -362,7 +362,7 @@ [%- END -%] [% ELSE %] --