X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Fgl_payment_view.php;h=25f9668bae12f804765dcc09a6afe8df569f6a06;hb=f3a1386748cd9250419b5ad03b95c56af2bb5f92;hp=65587407b80f2b8ed90b8db108734212407e05e7;hpb=17b390efcf904072b02ec866b2a427490471a260;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