Changed Journal Inquiries so it shows the Bank Deposit/Payment amount instead of...
[fa-stable.git] / admin / forms_setup.php
index bb21dc368456d6e59fe25436ad136aa6acd27351..f282b92d9bde3e3db45d675c3e36d6af3463e5c1 100644 (file)
@@ -13,7 +13,7 @@ $page_security = 'SA_FORMSETUP';
 $path_to_root = "..";
 include($path_to_root . "/includes/session.inc");
 
-page(_("Forms Setup"));
+page(_($help_context = "Forms Setup"));
 
 include($path_to_root . "/includes/ui.inc");
 
@@ -48,7 +48,7 @@ table_header($th);
 $i = 0;
 while ($type = db_fetch($systypes)) 
 {
-       if ($i++ == 11)
+       if ($i++ == ST_CUSTCREDIT)
        {
                table_section(2);
                table_header($th);