ADB: Added stiege as part of Hausnummer
This commit is contained in:
@@ -144,7 +144,18 @@
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="hausnummer">Stiege</label>
|
||||
<div class="col-lg-10">
|
||||
<?php if(is_array($save_data) && array_key_exists("stiege", $save_data)): ?>
|
||||
<input type="text" class="form-control" name="stiege" id="stiege" value="<?=$save_data['stiege']?>">
|
||||
<?php else: ?>
|
||||
<input type="text" class="form-control" name="stiege" id="stiege" value="<?=$address->stiege?>">
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="plz">PLZ *</label>
|
||||
<div class="col-lg-10">
|
||||
|
||||
Reference in New Issue
Block a user