Merging changes form main trunk 2.2.5-2.2.6
[fa-stable.git] / purchasing / supplier_credit.php
index 69ead86d7e8ea2c6c2b6c77577a74f4d1651c66a..9b62ec4defebd2dfd60562d6116e946b8c578515 100644 (file)
@@ -317,8 +317,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);
@@ -326,8 +324,6 @@ else {
        div_start('inv_tot');
        invoice_totals($_SESSION['supp_trans']);
        div_end();
-
-       end_outer_table(0, false);
 }
 
 if ($id != -1)