diff --git a/module/execution/config/dtable.php b/module/execution/config/dtable.php index 7fba860d45..e06bcf654b 100644 --- a/module/execution/config/dtable.php +++ b/module/execution/config/dtable.php @@ -126,7 +126,7 @@ $config->execution->dtable->fieldList['progress']['group'] = '4'; $config->execution->dtable->fieldList['progress']['show'] = true; $config->execution->dtable->fieldList['burn']['title'] = $lang->execution->burn; -$config->execution->dtable->fieldList['burn']['name'] = 'burn'; +$config->execution->dtable->fieldList['burn']['name'] = 'burns'; $config->execution->dtable->fieldList['burn']['type'] = 'burn'; $config->execution->dtable->fieldList['burn']['sortType'] = false; $config->execution->dtable->fieldList['burn']['width'] = '88';