X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Fgl_payment_view.php;h=25f9668bae12f804765dcc09a6afe8df569f6a06;hb=317210096efdbe5b375d5a0112d4f10a3c3c0b53;hp=65587407b80f2b8ed90b8db108734212407e05e7;hpb=d1babda7c01b314d35fb89f2d195553b55936532;p=fa-stable.git diff --git a/gl/view/gl_payment_view.php b/gl/view/gl_payment_view.php index 65587407..25f9668b 100644 --- a/gl/view/gl_payment_view.php +++ b/gl/view/gl_payment_view.php @@ -102,7 +102,7 @@ else if ($dim == 2) $th = array(_("Account Code"), _("Account Description"), _("Dimension")." 1", _("Dimension")." 2", _("Amount"), _("Memo")); - else if ($dim == 1) + elseif ($dim == 1) $th = array(_("Account Code"), _("Account Description"), _("Dimension"), _("Amount"), _("Memo")); else