Merge branch 'patch-2' of github.com:madd15/snipe-it into madd15-patch-2
This commit is contained in:
@@ -119,11 +119,7 @@ $debugbar["messages"]->addMessage("hello world!");
|
|||||||
@if (Input::get('Deployed') && Setting::getSettings()->display_checkout_date)
|
@if (Input::get('Deployed') && Setting::getSettings()->display_checkout_date)
|
||||||
<td>
|
<td>
|
||||||
@if (count($asset->assetlog) > 0)
|
@if (count($asset->assetlog) > 0)
|
||||||
@foreach ($asset->assetlog as $log)
|
{{{ $asset->assetlog->first()->added_on }}}
|
||||||
@if ($log->action_type == "checkout")
|
|
||||||
{{{ $log->added_on }}}
|
|
||||||
@endif
|
|
||||||
@endforeach
|
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user