Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / gl / view / gl_payment_view.php
index 65587407b80f2b8ed90b8db108734212407e05e7..25f9668bae12f804765dcc09a6afe8df569f6a06 100644 (file)
@@ -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