X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_account_classes.php;h=a08a17e4652e40bdc22a97819daec91f6afaec68;hb=6c40a3be4a79826087d7abbdd11b483f19decc2a;hp=512887816bec2fcb1bc6c5bfc4639e851c595143;hpb=a2ae0e35302270ae811db2e6acb44c16b186a970;p=fa-stable.git diff --git a/gl/manage/gl_account_classes.php b/gl/manage/gl_account_classes.php index 51288781..a08a17e4 100644 --- a/gl/manage/gl_account_classes.php +++ b/gl/manage/gl_account_classes.php @@ -119,7 +119,7 @@ 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);