mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed #2810 - checkin fix for licenses
This commit is contained in:
parent
3df62a200f
commit
557714e7b7
|
@ -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…
Reference in a new issue