Topic: &$dec deprecated - report 301 bad dec
FA v2.3.13 Mer 3109
File: reporting/rep301.php lines 148 to 158 place the individual detail entries for the Inventory Valuation Report. The decimal formatting is not respected as the deprecated
&$dec
is used.
Lines 310 - 312 of includes/current_user.inc:
function price_decimal_format($number, &$dec)
{
$dec = user_price_dec();
clearly do not take in the $dec from the function parameter.
This results in the kind of multi-decimal output in the report snapshot attached.