Fixed #2810 - checkin fix for licenses
This commit is contained in:
parent
3df62a200f
commit
557714e7b7
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
@endif
|
||||
</td>
|
||||
<td>
|
||||
@can('checkout', $licensedto)
|
||||
@can('checkout', $license)
|
||||
@if (($licensedto->assigned_to) || ($licensedto->asset_id))
|
||||
@if ($license->reassignable)
|
||||
<a href="{{ route('licenses.checkin', $licensedto->id) }}" class="btn btn-sm bg-purple">
|
||||
|
|
Loading…
Add table
Reference in a new issue