mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-27 05:31:11 -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>
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label for="activated">
|
<label for="update_real_loc">
|
||||||
{{ Form::radio('update_real_loc', '1', true) }} Update default location AND actual location <br>
|
{{ Form::radio('update_real_loc', '1', Input::old('update_real_loc')) }} Update default location AND actual location <br>
|
||||||
{{ Form::radio('update_real_loc', '0', Input::old('activated')) }} Only update default location<br>
|
{{ Form::radio('update_real_loc', '0', true, Input::old('update_real_loc')) }} Only update default location<br>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue