Merge pull request #11273 from inietov/fixes/eol_without_specified_date_format

Fixes EOL field doesn't have date formatter applied
This commit is contained in:
snipe 2022-06-07 17:01:46 -07:00 committed by GitHub
commit 0671e478cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -626,7 +626,7 @@
</strong> </strong>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
{{ $asset->present()->eol_date() }} {{ Helper::getFormattedDateObject($asset->present()->eol_date(), 'date', false) }}
@if ($asset->present()->months_until_eol()) @if ($asset->present()->months_until_eol())