mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Don’t check the delete expected checkin by detault
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
436192b836
commit
77d141d19c
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
<div class="col-md-5">
|
||||
<label class="form-control">
|
||||
{{ Form::checkbox('null_expected_checkin_date', '1', false, ['checked' => 'false']) }}
|
||||
{{ Form::checkbox('null_expected_checkin_date', '1', false) }}
|
||||
{{ trans_choice('general.set_to_null', count($assets), ['asset_count' => count($assets)]) }}
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue