diff --git a/htdocs/admin/limits.php b/htdocs/admin/limits.php index c16cde9bb09..1209f41c48e 100644 --- a/htdocs/admin/limits.php +++ b/htdocs/admin/limits.php @@ -211,7 +211,7 @@ if (empty($mysoc->country_code)) { print ''.$langs->trans("Format").': '.price(price2num(1234.56789, 'MT'), 0, $langs, 1, -1, -1, $currencycode)."
\n"; // Always show vat rates with vat 0 - $s = 2 / 7; $qty = 1; $vat = 0; + $s = 2 / 3; $qty = 1; $vat = 0; $tmparray = calcul_price_total(1, $qty * price2num($s, 'MU'), 0, $vat, 0, 0, 0, 'HT', 0, 0, $mysoc); print ''.$langs->trans("UnitPriceOfProduct").": ".price2num($s, 'MU'); print " x ".$langs->trans("Quantity").": ".$qty;