Double semicolon line endings fixed by @apmuthu.
[fa-stable.git] / purchasing / view / view_po.php
index e84e4e33139039424ee3820a42c2d8164779d418..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']);