* Fix bug #48262.
This commit is contained in:
@@ -236,6 +236,7 @@ $config->program->browse->dtable->fieldList['budget']['name'] = 'budget';
|
||||
$config->program->browse->dtable->fieldList['budget']['title'] = $lang->program->budget;
|
||||
$config->program->browse->dtable->fieldList['budget']['width'] = 90;
|
||||
$config->program->browse->dtable->fieldList['budget']['type'] = 'format';
|
||||
$config->program->browse->dtable->fieldList['budget']['align'] = 'right';
|
||||
$config->program->browse->dtable->fieldList['budget']['sortType'] = true;
|
||||
$config->program->browse->dtable->fieldList['budget']['show'] = true;
|
||||
$config->program->browse->dtable->fieldList['budget']['group'] = 3;
|
||||
@@ -245,6 +246,7 @@ $config->program->browse->dtable->fieldList['invested']['title'] = $lang->pro
|
||||
$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']['align'] = 'right';
|
||||
$config->program->browse->dtable->fieldList['invested']['sortType'] = false;
|
||||
$config->program->browse->dtable->fieldList['invested']['show'] = true;
|
||||
$config->program->browse->dtable->fieldList['invested']['group'] = 3;
|
||||
|
||||
Reference in New Issue
Block a user