X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fforms_setup.php;h=9a6be87a3e81e90a0aa4cf0b455abac015a5790d;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=33982b1e4c7cd48f0b06b4255a4a69d09454bca0;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/admin/forms_setup.php b/admin/forms_setup.php index 33982b1e..9a6be87a 100644 --- a/admin/forms_setup.php +++ b/admin/forms_setup.php @@ -48,12 +48,12 @@ table_header($th); $i = 0; while ($type = db_fetch($systypes)) { - if ($i++ == 11) + if ($i++ == ST_CUSTCREDIT) { table_section(2); table_header($th); } - ref_row(systypes::name($type["type_id"]), 'id' . $type["type_id"], '', $type["next_reference"]); + ref_row($systypes_array[$type["type_id"]], 'id' . $type["type_id"], '', $type["next_reference"]); } end_outer_table(1);