diff --git a/htdocs/core/js/lib_head.js.php b/htdocs/core/js/lib_head.js.php index 0bbe8499662..f50649ba55b 100644 --- a/htdocs/core/js/lib_head.js.php +++ b/htdocs/core/js/lib_head.js.php @@ -2,6 +2,7 @@ /* Copyright (C) 2005-2018 Laurent Destailleur * Copyright (C) 2005-2014 Regis Houssin * Copyright (C) 2015 Raphaƫl Doursenaud + * Copyright (C) 2024 MDW * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1162,7 +1163,7 @@ function dolroundjs(number, decimals) { return +(Math.round(number + "e+" + deci * */ function pricejs(amount, mode = 'MT', currency_code = '', force_locale = '') { - var main_max_dec_shown = ; + var main_max_dec_shown = ; var main_rounding_unit = ; var main_rounding_tot = ; var main_decimal_separator = ; @@ -1240,7 +1241,7 @@ function price2numjs(amount) { var dec = ; var thousand = ; - var main_max_dec_shown = ; + var main_max_dec_shown = ; var main_rounding_unit = ; var main_rounding_tot = ;