Bug 5695: Purchase Order Item Description should be saved on the PO line description...
[fa-stable.git] / purchasing / view / view_po.php
index 38064894344c4230b2e2201f3631189ba9a17ac8..c83d12b3e452d972b436c44bbdc309b492ba98e7 100644 (file)
@@ -50,7 +50,6 @@ $th = array(_("Item Code"), _("Item Description"), _("Quantity"), _("Unit"), _("
 table_header($th);
 $total = $k = 0;
 $overdue_items = false;
-
 foreach ($purchase_order->line_items as $stock_item)
 {