X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_account_classes.php;h=a08a17e4652e40bdc22a97819daec91f6afaec68;hb=9044444ee1933dc684c6aab26ac718e65ce8c370;hp=d02cfdb44674ae91b3af932dfc3f6eecb69becd8;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/gl/manage/gl_account_classes.php b/gl/manage/gl_account_classes.php index d02cfdb4..a08a17e4 100644 --- a/gl/manage/gl_account_classes.php +++ b/gl/manage/gl_account_classes.php @@ -116,11 +116,10 @@ table_header($th); $k = 0; while ($myrow = db_fetch($result)) { - alt_table_row_color($k); label_cell($myrow["cid"]); - label_cell($myrow['class_name']); + label_cell(''.$myrow['class_name'].''); if (isset($SysPrefs->use_oldstyle_convert) && $SysPrefs->use_oldstyle_convert == 1) { $myrow['ctype'] = ($myrow["ctype"] >= CL_ASSETS && $myrow["ctype"] < CL_INCOME ? 1 : 0);