forked from extern/egroupware
Give required bo parameter
This commit is contained in:
parent
31bae98d9f
commit
335c025e68
@ -16,7 +16,7 @@ class infolog_wizard_export_csv extends importexport_wizard_basic_export_csv
|
|||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
|
||||||
// Field mapping
|
// Field mapping
|
||||||
$bo = new infolog_tracking();
|
$bo = new infolog_tracking(new infolog_bo());
|
||||||
$this->export_fields = array('info_id' => 'Infolog ID', 'pm_id' => 'Project ID', 'project' => 'Project Name') + $bo->field2label;
|
$this->export_fields = array('info_id' => 'Infolog ID', 'pm_id' => 'Project ID', 'project' => 'Project Name') + $bo->field2label;
|
||||||
|
|
||||||
// Custom fields
|
// Custom fields
|
||||||
|
Loading…
Reference in New Issue
Block a user