X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_credit.php;h=ff2fa175389cf33dca03b40b39ce646850b9c338;hb=5cd13431fe25eb8cd98f67020c55dab124c7e930;hp=1a8d63e9bdca091b7b481876a72b7e6d01d80baa;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/purchasing/supplier_credit.php b/purchasing/supplier_credit.php index 1a8d63e9..ff2fa175 100644 --- a/purchasing/supplier_credit.php +++ b/purchasing/supplier_credit.php @@ -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)