diff --git a/module/program/config/dtable.php b/module/program/config/dtable.php index fbd89097e6..4aef22a729 100644 --- a/module/program/config/dtable.php +++ b/module/program/config/dtable.php @@ -204,7 +204,7 @@ $config->program->browse->dtable->fieldList['name']['flex'] = 1; $config->program->browse->dtable->fieldList['name']['nestedToggle'] = true; $config->program->browse->dtable->fieldList['name']['checkbox'] = true; $config->program->browse->dtable->fieldList['name']['sortType'] = true; -$config->program->browse->dtable->fieldList['name']['iconRender'] = 'RAWJSRAWJS'; +$config->program->browse->dtable->fieldList['name']['iconRender'] = 'RAWJSRAWJS'; $config->program->browse->dtable->fieldList['name']['required'] = true; $config->program->browse->dtable->fieldList['name']['show'] = true; $config->program->browse->dtable->fieldList['name']['group'] = 1;