mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed [ch9336] - Removed time stamp in Depreciation report
This commit is contained in:
parent
6757df5a2d
commit
178ed82dc4
|
@ -110,7 +110,9 @@
|
||||||
{{ $asset->defaultloc->name }}
|
{{ $asset->defaultloc->name }}
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
<td>{{ $asset->purchase_date }}</td>
|
<td>
|
||||||
|
{{ \Carbon\Carbon::parse($asset->purchase_date)->format('Y-m-d') }}
|
||||||
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
@if ($asset->model->eol) {{ $asset->present()->eol_date() }}
|
@if ($asset->model->eol) {{ $asset->present()->eol_date() }}
|
||||||
|
|
Loading…
Reference in a new issue