X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_credit.php;h=9b62ec4defebd2dfd60562d6116e946b8c578515;hb=a0a0a0e1318042034fe5652caa69b034200c8a90;hp=69ead86d7e8ea2c6c2b6c77577a74f4d1651c66a;hpb=e2fa1c1b9543dedb3cd0a3a36dc539c86f7ff473;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)