mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
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();
|
||||
|
||||
// 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;
|
||||
|
||||
// Custom fields
|
||||
|
Loading…
Reference in New Issue
Block a user