mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 16:25:39 +00:00
Removed junk text
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user