mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
is deleted on documents
This commit is contained in:
parent
6ad86aec3f
commit
1d9c19d218
@ -49,8 +49,8 @@ class DocumentTransformer extends EntityTransformer
|
|||||||
'is_default' => (bool) $document->is_default,
|
'is_default' => (bool) $document->is_default,
|
||||||
'updated_at' => (int) $document->updated_at,
|
'updated_at' => (int) $document->updated_at,
|
||||||
'archived_at' => (int) $document->deleted_at,
|
'archived_at' => (int) $document->deleted_at,
|
||||||
'created_at' => (int) $document->created_at
|
'created_at' => (int) $document->created_at,
|
||||||
|
'is_deleted' => (bool) false,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user