mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 00:15:39 +00:00
@ -28,7 +28,7 @@
|
||||
<option value="maintenance">{{ trans('button.add_maintenance') }}</option>
|
||||
@endcan
|
||||
|
||||
@if((isset($status)) && (($status != 'Deployed') && ($status != 'Archived') && ($status != 'Deleted')))
|
||||
@if((!isset($status)) || ((($status != 'Deployed') && ($status != 'Archived') && ($status != 'Deleted'))))
|
||||
@can('checkout', \App\Models\Asset::class)
|
||||
<option value="checkout">{{ trans('general.bulk_checkout') }}</option>
|
||||
@endcan
|
||||
|
||||
Reference in New Issue
Block a user