Fix #1109 - Asset names are missing when viewing user history

This commit is contained in:
madd15
2015-08-28 14:44:10 +09:30
parent 49e898fd26
commit dd2b9e15a6
-4
View File
@@ -344,8 +344,6 @@
<td>{{{ $log->action_type }}}</td>
<td>
@if ($log->assetlog)
@if (($log->assetlog) && ($log->asset_type=="hardware"))
@if ($log->assetlog->deleted_at=='')
@@ -385,8 +383,6 @@
@lang('general.bad_data')
@endif
@endif
</td>
<td>{{{ $log->adminlog->fullName() }}}</td>
</tr>