mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Removed junk text
This commit is contained in:
parent
4d4b4ffd36
commit
7e0ab645bf
|
@ -1398,9 +1398,7 @@ class AssetsController extends Controller
|
|||
} else {
|
||||
$inout = '<a href="'.route('checkout/hardware', $asset->id).'" class="btn btn-info btn-sm" title="Checkout this asset to a user" data-toggle="tooltip">'.trans('general.checkout').'</a>';
|
||||
}
|
||||
} else {
|
||||
$inout = 'nope'.$asset->assetstatus->deployable;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$row = array(
|
||||
|
|
Loading…
Reference in a new issue