Switched asset->id to license->id

This commit is contained in:
snipe
2013-11-26 07:26:07 -05:00
parent 635cd71ef7
commit 32a63cdd56
+1 -1
View File
@@ -96,7 +96,7 @@ View User {{ $user->fullName() }} ::
<td><a href="{{ route('view/license', $license->id) }}">{{ $license->serial }}</a></td>
<td><a href="{{ route('view/license', $license->id) }}">{{ $license->name }}</a></td>
<td> <a href="{{ route('checkin/license', $asset->id) }}" class="btn-flat info">Checkin</a></td>
<td> <a href="{{ route('checkin/license', $license->id) }}" class="btn-flat info">Checkin</a></td>
</tr>
@endforeach
</tbody>