X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fsupplier_invoice.php;h=ce56148738dfe0720000cec842b72fe007e11198;hb=29e68a1b8dcbe7c7ecb797396945e0cccf2d6cd8;hp=17de9301ae6de428a4a8eb3ff20503c593d5f9c7;hpb=bb591d97302d64e5b0078d5d4621e1e89d7820e5;p=fa-stable.git diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 17de9301..ce561487 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -350,10 +350,8 @@ start_form(); invoice_header($_SESSION['supp_trans']); if ($_POST['supplier_id']=='') - display_error('No supplier found for entered search text'); + display_error(_("There is no supplier selected.")); 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); } //-----------------------------------------------------------------------------------------