Fixed assigned to id

This commit is contained in:
snipe
2013-11-28 20:40:02 -05:00
parent 7718e8d928
commit 9fa826b2e7
+1 -1
View File
@@ -55,7 +55,7 @@ View License {{ $license->name }} ::
<td>Seat {{ $count }} </td>
<td>
@if ($licensedto->assigned_to)
<a href="{{ route('view/user', $licensedto->id) }}">
<a href="{{ route('view/user', $licensedto->assigned_to) }}">
{{ $licensedto->user->fullName() }}
</a>
@endif