diff --git a/module/program/config/dtable.php b/module/program/config/dtable.php index 7c808dac3c..34af6a7f87 100644 --- a/module/program/config/dtable.php +++ b/module/program/config/dtable.php @@ -238,6 +238,7 @@ $config->program->browse->dtable->fieldList['budget']['group'] = 3; $config->program->browse->dtable->fieldList['invested']['name'] = 'invested'; $config->program->browse->dtable->fieldList['invested']['title'] = $lang->program->invested; $config->program->browse->dtable->fieldList['invested']['minWidth'] = 70; +$config->program->browse->dtable->fieldList['invested']['width'] = 70; $config->program->browse->dtable->fieldList['invested']['type'] = 'format'; $config->program->browse->dtable->fieldList['invested']['sortType'] = false; $config->program->browse->dtable->fieldList['invested']['show'] = true;