Merged changes from main CVS up to 2.1.5
[fa-stable.git] / purchasing / view / view_po.php
index 57ff3a470bfc3a512f076a0601da6df39808a478..81028338c80d2be97fa7444662e6c8a4a922fa4f 100644 (file)
@@ -70,7 +70,7 @@ foreach ($purchase_order->line_items as $stock_item)
        $dec = get_qty_dec($stock_item->stock_id);
        qty_cell($stock_item->quantity, false, $dec);
        label_cell($stock_item->units);
-       amount_cell($stock_item->price);
+       amount_decimal_cell($stock_item->price);
        amount_cell($line_total);
        label_cell($stock_item->req_del_date);
        qty_cell($stock_item->qty_received, false, $dec);