mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
772a06c87a
|
@ -1107,7 +1107,7 @@
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
@if ($file->created_at)
|
@if ($file->created_at)
|
||||||
{{ \App\Helpers\Helper::getFormattedDateObject($asset->last_checkout, 'datetime', false) }}
|
{{ \App\Helpers\Helper::getFormattedDateObject($file->created_at, 'datetime', false) }}
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue