Fixed issue where created_at date was not showing on uploads
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user