X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Faccrual_trans.php;h=72dda431ea540aac26c3fcc73a566a8c679a65b4;hb=b1a0e08b3d9f684ef42959dee87cbfd52a5c439e;hp=ab5d08f671abd880c79ff5f7642714748102fd6e;hpb=d1babda7c01b314d35fb89f2d195553b55936532;p=fa-stable.git diff --git a/gl/view/accrual_trans.php b/gl/view/accrual_trans.php index ab5d08f6..72dda431 100644 --- a/gl/view/accrual_trans.php +++ b/gl/view/accrual_trans.php @@ -52,7 +52,7 @@ $dim = get_company_pref('use_dimension'); $first_cols = array(_("Type"), "#", _("Date")); if ($dim == 2) $dim_cols = array(_("Dimension")." 1", _("Dimension")." 2"); -else if ($dim == 1) +elseif ($dim == 1) $dim_cols = array(_("Dimension")); else $dim_cols = array();