@@ -, +, @@ the correct format Code: USEDBOOK Default amount: 0.50 Description: Used book Can be manually invoiced: Yes Can be sold: Optionnal --- Koha/Number/Price.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Koha/Number/Price.pm +++ a/Koha/Number/Price.pm @@ -111,11 +111,11 @@ sub _format_params { if ( $currency_format eq 'FR' ) { %format_params = ( decimal_fill => '2', - decimal_point => ',', + decimal_point => '.', int_curr_symbol => $int_curr_symbol, mon_thousands_sep => ' ', thousands_sep => ' ', - mon_decimal_point => ',' + mon_decimal_point => '.' ); } --