Notes can be saved now

This commit is contained in:
Frank Schubert
2021-06-15 22:22:56 +02:00
parent badcdcb329
commit ed484f6fde

View File

@@ -129,7 +129,7 @@
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="note">Interne Notiz</label>
<div class="col-lg-10">
<textarea id="note" class="form-control" name="note" rows="5"></textarea>
<textarea id="note" class="form-control" name="note" rows="5"><?=$address->note?></textarea>
</div>
</div>
</div>