Merge branch 'patch-2' of github.com:madd15/snipe-it into madd15-patch-2

This commit is contained in:
snipe
2014-10-23 22:38:11 -04:00

View File

@@ -119,11 +119,7 @@ $debugbar["messages"]->addMessage("hello world!");
@if (Input::get('Deployed') && Setting::getSettings()->display_checkout_date)
<td>
@if (count($asset->assetlog) > 0)
@foreach ($asset->assetlog as $log)
@if ($log->action_type == "checkout")
{{{ $log->added_on }}}
@endif
@endforeach
{{{ $asset->assetlog->first()->added_on }}}
@endif
</td>
@endif