X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=b9a8a049509fd75b3252f9abc339b2bced951cd1;hb=7d9fe15f85c15572535c5fa4555b9a72e9d93f04;hp=046738d025e47900f17d3530add9cc4db2d3dc3d;hpb=bea28752e406cf6e00ac0ae08b30c96179a7b479;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);