Double semicolon line endings fixed by @apmuthu.
[fa-stable.git] / purchasing / view / view_po.php
index 550bec056106cdbae890741c3bec6b70d54939a8..be8826440cf41ee4f5109c31933861e6a494f8de 100644 (file)
@@ -123,7 +123,7 @@ if (db_num_rows($grns_result) > 0)
        label_cell(sql2date($myrow["delivery_date"]));
        end_row();
     }
-    end_table();;
+    end_table();
 }
 
 $invoice_result = get_po_invoices_credits($_GET['trans_no']);
@@ -154,7 +154,7 @@ if (db_num_rows($invoice_result) > 0)
 echo "</td></tr>";
 
 end_table(1); // outer table
-//_vd($purchase_order);
+
 display_allocations_to(PT_SUPPLIER, $purchase_order->supplier_id, ST_PURCHORDER, $purchase_order->order_no, $total + $tax_total);
 
 //----------------------------------------------------------------------------------------------------