X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Fgl_deposit_view.php;h=152a99efa26da1de292dae253d226d1a28688ff7;hb=17b390efcf904072b02ec866b2a427490471a260;hp=6b1fb4dee05d6138a6edac2c177b3140b84080d6;hpb=7561718ee5113232ce917f63085d272884b0929c;p=fa-stable.git diff --git a/gl/view/gl_deposit_view.php b/gl/view/gl_deposit_view.php index 6b1fb4de..152a99ef 100644 --- a/gl/view/gl_deposit_view.php +++ b/gl/view/gl_deposit_view.php @@ -48,7 +48,7 @@ echo "
"; display_heading(_("GL Deposit") . " #$trans_no"); echo "
"; -start_table(TABLESTYLE, "width=80%"); +start_table(TABLESTYLE, "width='80%'"); if ($show_currencies) { @@ -98,7 +98,7 @@ else if ($show_currencies) display_heading2(_("Item Amounts are Shown in:") . " " . $company_currency); - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $dim = get_company_pref('use_dimension'); if ($dim == 2) $th = array(_("Account Code"), _("Account Description"), _("Dimension")." 1", _("Dimension")." 2",