mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Clean up for task export
This commit is contained in:
parent
2852a1a5e3
commit
c9a9c285cc
@ -131,8 +131,6 @@ class TaskExport extends BaseExport
|
||||
|
||||
$entity = $this->decorateAdvancedFields($task, $entity);
|
||||
|
||||
nlog("no time logs");
|
||||
nlog($entity);
|
||||
ksort($entity);
|
||||
$this->csv->insertOne($entity);
|
||||
|
||||
@ -200,9 +198,6 @@ class TaskExport extends BaseExport
|
||||
$entity['end_date'] = "";
|
||||
|
||||
$entity = $this->decorateAdvancedFields($task, $entity);
|
||||
|
||||
nlog("with time logs");
|
||||
nlog($entity);
|
||||
|
||||
ksort($entity);
|
||||
$this->csv->insertOne($entity);
|
||||
|
Loading…
Reference in New Issue
Block a user