X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_supp_invoice.php;h=4f72076febbd2ca341dc1c6f09cedac31bfbe868;hb=06bb8867a88cb3d76227b9a7649960ee83cacd04;hp=98d5cdc4dd75560e70338e476d48f78dc93953c0;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/purchasing/view/view_supp_invoice.php b/purchasing/view/view_supp_invoice.php index 98d5cdc4..4f72076f 100644 --- a/purchasing/view/view_supp_invoice.php +++ b/purchasing/view/view_supp_invoice.php @@ -41,7 +41,7 @@ $supplier_curr_code = get_supplier_currency($supp_trans->supplier_id); display_heading(_("SUPPLIER INVOICE") . " # " . $trans_no); echo "
"; -start_table(TABLESTYLE, "width=95%"); +start_table(TABLESTYLE, "width='95%'"); start_row(); label_cells(_("Supplier"), $supp_trans->supplier_name, "class='tableheader2'"); label_cells(_("Reference"), $supp_trans->reference, "class='tableheader2'"); @@ -62,8 +62,8 @@ $total_grn = display_grn_items($supp_trans, 2); $display_sub_tot = number_format2($total_gl+$total_grn,user_price_dec()); -start_table(TABLESTYLE, "width=95%"); -label_row(_("Sub Total"), $display_sub_tot, "align=right", "nowrap align=right width=15%"); +start_table(TABLESTYLE, "width='95%'"); +label_row(_("Sub Total"), $display_sub_tot, "align=right", "nowrap align=right width='15%'"); $tax_items = get_trans_tax_details(ST_SUPPINVOICE, $trans_no); display_supp_trans_tax_details($tax_items, 1);