X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gl%2Fview%2Fgl_deposit_view.php;h=152a99efa26da1de292dae253d226d1a28688ff7;hb=9451db1760036985de791ba24c442801e37f37de;hp=21dfcc3234c4cd674889bb688925b0e70e0dcd4f;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/gl/view/gl_deposit_view.php b/gl/view/gl_deposit_view.php index 21dfcc32..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", @@ -142,4 +142,3 @@ else } end_page(true, false, false, ST_BANKDEPOSIT, $trans_no); -?> \ No newline at end of file