mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Default to only changing default location in bulk edit
This commit is contained in:
parent
08d129c2ea
commit
813106efd3
|
@ -61,9 +61,9 @@
|
|||
</div>
|
||||
<div class="col-sm-9">
|
||||
<div class="checkbox">
|
||||
<label for="activated">
|
||||
{{ Form::radio('update_real_loc', '1', true) }} Update default location AND actual location <br>
|
||||
{{ Form::radio('update_real_loc', '0', Input::old('activated')) }} Only update default location<br>
|
||||
<label for="update_real_loc">
|
||||
{{ Form::radio('update_real_loc', '1', Input::old('update_real_loc')) }} Update default location AND actual location <br>
|
||||
{{ Form::radio('update_real_loc', '0', true, Input::old('update_real_loc')) }} Only update default location<br>
|
||||
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue