Merge branch 'develop' of https://github.com/turbo124/invoiceninja into develop
This commit is contained in:
commit
f727e4669d
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ class DocumentTransformer extends EntityTransformer
|
|||
'type' => $document->type,
|
||||
'invoice_id' => isset($document->invoice->public_id) ? (int) $document->invoice->public_id : null,
|
||||
'expense_id' => isset($document->expense->public_id) ? (int) $document->expense->public_id : null,
|
||||
'updated_at' => $this->getTimestamp($document->updated_at),
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue