X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep102.php;h=22c2d8a96edf7859ca6283e4a92e3d7469ee56fe;hb=cc4384eca4f7177a21927f51d0fe7dab4ac3ccc0;hp=7f509f8f6fad993f72d5febbb9f2e1733102d13b;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/reporting/rep102.php b/reporting/rep102.php index 7f509f8f..22c2d8a9 100644 --- a/reporting/rep102.php +++ b/reporting/rep102.php @@ -204,7 +204,7 @@ function print_aged_customer_analysis() } foreach ($trans as $i => $value) - $trans[$i] *= $rate; + $trans[$i] = (float)$trans[$i] * $rate; $str = array($trans["Balance"] - $trans["Due"], $trans["Due"]-$trans["Overdue1"], $trans["Overdue1"]-$trans["Overdue2"],