X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Faccrual_trans.php;h=72dda431ea540aac26c3fcc73a566a8c679a65b4;hb=a3905612a65008c52315b9951010b0bef88c63cb;hp=ab5d08f671abd880c79ff5f7642714748102fd6e;hpb=8ffddf50ffbe93672c769e2cf0501d0f9125e2a0;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();