1
0
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:
David Bomba 2022-05-10 18:23:13 +10:00
parent 2852a1a5e3
commit c9a9c285cc

View File

@ -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);