Fixed [ch9336] - Removed time stamp in Depreciation report

This commit is contained in:
snipe 2020-11-10 01:13:13 -08:00
parent 6757df5a2d
commit 178ed82dc4

View file

@ -110,7 +110,9 @@
{{ $asset->defaultloc->name }}
@endif
</td>
<td>{{ $asset->purchase_date }}</td>
<td>
{{ \Carbon\Carbon::parse($asset->purchase_date)->format('Y-m-d') }}
</td>
<td>
@if ($asset->model->eol) {{ $asset->present()->eol_date() }}