Skip to content

Commit

Permalink
Fixed assigned to id
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 29, 2013
1 parent 7718e8d commit 9fa826b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/licenses/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<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
Expand Down

0 comments on commit 9fa826b

Please sign in to comment.