Added visibility to Hausnummer

This commit is contained in:
Frank Schubert
2024-02-08 16:55:02 +01:00
parent c7eee21004
commit e80ef28d32
7 changed files with 87 additions and 20 deletions

View File

@@ -310,7 +310,20 @@
<?php endif; ?>
</div>
</div>
<hr />
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="visibility">Zugriffsbeschränkung</label>
<div class="col-lg-10">
<select class="form-control" name="visibility" id="visibility">
<option value="public">Sichtbar</option>
<option value="private">Nicht sichtbar</option>
</select>
<small>In Address- und Bestell-API</small>
</div>
</div>
</div>
</div>