3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 19:55:33 +00:00

Merge pull request #14567 from snipe/bug/sc-25257

Remove city as required field on location modal
This commit is contained in:
snipe
2024-04-08 10:54:09 +01:00
committed by GitHub

View File

@ -17,7 +17,7 @@
<div class="dynamic-form-row">
<div class="col-md-4 col-xs-12"><label for="modal-city">{{ trans('general.city') }}:</label></div>
<div class="col-md-8 col-xs-12 required"><input type='text' name="city" id='modal-city' class="form-control"></div>
<div class="col-md-8 col-xs-12"><input type='text' name="city" id='modal-city' class="form-control"></div>
</div>
<div class="dynamic-form-row">