CSS style is now implemented in all FA.
[fa-stable.git] / purchasing / supplier_credit.php
index 1a8d63e9bdca091b7b481876a72b7e6d01d80baa..ff2fa175389cf33dca03b40b39ce646850b9c338 100644 (file)
@@ -318,8 +318,6 @@ invoice_header($_SESSION['supp_trans']);
 if ($_POST['supplier_id']=='') 
        display_error('No supplier found for entered search text');
 else {
-       start_outer_table("$table_style2 width=98%", 5);
-
        $total_grn_value = display_grn_items($_SESSION['supp_trans'], 1);
 
        $total_gl_value = display_gl_items($_SESSION['supp_trans'], 1);
@@ -327,8 +325,6 @@ else {
        div_start('inv_tot');
        invoice_totals($_SESSION['supp_trans']);
        div_end();
-
-       end_outer_table(0, false);
 }
 
 if ($id != -1)