removed street debug in preorder/form

This commit is contained in:
Frank Schubert
2022-10-25 15:53:44 +02:00
parent 391308bdf5
commit 7432435bbf

View File

@@ -247,7 +247,6 @@
<label class="col-lg-2 col-form-label" for="street">Straße *</label>
<div class="col-lg-10">
<input type="text" class="form-control" name="street" id="street" value="<?=$preorder->street?>" />
<small><?=$preorder->street?></small>
</div>
</div>
<div class="form-group row">