X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=b9a8a049509fd75b3252f9abc339b2bced951cd1;hb=95303d7b5280820af76ddbd8908b120813f1e763;hp=046738d025e47900f17d3530add9cc4db2d3dc3d;hpb=6425de92749015d0e7ab29b5fd071a9d70cbb7d5;p=fa-stable.git diff --git a/reporting/rep209.php b/reporting/rep209.php index 046738d0..b9a8a049 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -125,7 +125,8 @@ function print_po() } $Net = round2(($myrow2["unit_price"] * $myrow2["quantity_ordered"]), user_price_dec()); $SubTotal += $Net; - $DisplayPrice = number_format2($myrow2["unit_price"],$dec); + $dec2 = 0; + $DisplayPrice = price_decimal_format($myrow2["unit_price"],$dec2); $DisplayQty = number_format2($myrow2["quantity_ordered"],get_qty_dec($myrow2['item_code'])); $DisplayNet = number_format2($Net,$dec); //$rep->TextCol(0, 1, $myrow2['item_code'], -2);