mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed issue where created_at date was not showing on uploads
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c6b26965a0
commit
0d633ce618
|
@ -1107,7 +1107,7 @@
|
|||
|
||||
<td>
|
||||
@if ($file->created_at)
|
||||
{{ \App\Helpers\Helper::getFormattedDateObject($asset->last_checkout, 'datetime', false) }}
|
||||
{{ \App\Helpers\Helper::getFormattedDateObject($file->created_at, 'datetime', false) }}
|
||||
@endif
|
||||
</td>
|
||||
|
||||
|
|
Loading…
Reference in a new issue