X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fsupplier_invoice.php;h=6c2a5ea2f5cbb32852fd309d61bde5a1548bd938;hb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;hp=17de9301ae6de428a4a8eb3ff20503c593d5f9c7;hpb=ca24cca52aea78062e53ea229ad43dd464a6b39c;p=fa-stable.git diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 17de9301..6c2a5ea2 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -352,8 +352,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); - display_grn_items($_SESSION['supp_trans'], 1); display_gl_items($_SESSION['supp_trans'], 1); @@ -362,7 +360,6 @@ else { invoice_totals($_SESSION['supp_trans']); div_end(); - end_outer_table(0, false); } //-----------------------------------------------------------------------------------------