X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_credit.php;h=9b62ec4defebd2dfd60562d6116e946b8c578515;hb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;hp=69ead86d7e8ea2c6c2b6c77577a74f4d1651c66a;hpb=ca24cca52aea78062e53ea229ad43dd464a6b39c;p=fa-stable.git diff --git a/purchasing/supplier_credit.php b/purchasing/supplier_credit.php index 69ead86d..9b62ec4d 100644 --- a/purchasing/supplier_credit.php +++ b/purchasing/supplier_credit.php @@ -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)