X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Fgl_trans_view.php;h=0cda61603cf25c2449207bf6ba7f342c330d845e;hb=9661cffeeab646dfbd51cf93eb042bb43e9bd061;hp=38ba7f265885c9b291f13f7b7631572dbea35ea9;hpb=8ffddf50ffbe93672c769e2cf0501d0f9125e2a0;p=fa-stable.git diff --git a/gl/view/gl_trans_view.php b/gl/view/gl_trans_view.php index 38ba7f26..0cda6160 100644 --- a/gl/view/gl_trans_view.php +++ b/gl/view/gl_trans_view.php @@ -94,7 +94,7 @@ $dim = get_company_pref('use_dimension'); if ($dim == 2) $th = array(_("Journal Date"), _("Account Code"), _("Account Name"), _("Dimension")." 1", _("Dimension")." 2", _("Debit"), _("Credit"), _("Memo")); -else if ($dim == 1) +elseif ($dim == 1) $th = array(_("Journal Date"), _("Account Code"), _("Account Name"), _("Dimension"), _("Debit"), _("Credit"), _("Memo")); else