mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 21:34:30 -04: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);
|
||||
|
||||
@ -201,9 +199,6 @@ class TaskExport extends BaseExport
|
||||
|
||||
$entity = $this->decorateAdvancedFields($task, $entity);
|
||||
|
||||
nlog("with time logs");
|
||||
nlog($entity);
|
||||
|
||||
ksort($entity);
|
||||
$this->csv->insertOne($entity);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user