bugfix onthefly thirdparty edit form

phonenumber was interchanged with telephone. Editing phonenumber was therefore not possible
This commit is contained in:
Julie Lenaerts 2022-02-18 16:24:07 +01:00
parent 265c8b776b
commit b65dacca72

View File

@ -92,7 +92,7 @@
<div class="input-group mb-3"> <div class="input-group mb-3">
<span class="input-group-text" id="phonenumber"><i class="fa fa-fw fa-phone"></i></span> <span class="input-group-text" id="phonenumber"><i class="fa fa-fw fa-phone"></i></span>
<input class="form-control form-control-lg" <input class="form-control form-control-lg"
v-model="thirdparty.telephone" v-model="thirdparty.phonenumber"
v-bind:placeholder="$t('thirdparty.phonenumber')" v-bind:placeholder="$t('thirdparty.phonenumber')"
v-bind:aria-label="$t('thirdparty.phonenumber')" v-bind:aria-label="$t('thirdparty.phonenumber')"
aria-describedby="phonenumber" /> aria-describedby="phonenumber" />