#6943 - Customer module migration bugs #705

Merged
jsegarra merged 12 commits from 6943_fix_customer_module into dev 2024-09-13 05:33:52 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit fa408dc226 - Show all commits

View File

@ -179,6 +179,13 @@ const toCustomerAddressEdit = (addressId) => {
{{ item.postalCode }} - {{ item.city }},
{{ setProvince(item.provinceFk) }}
</div>
<div>
{{ item.phone }}
<span v-if="item.mobile"
>,
{{ item.mobile }}
</span>
</div>
<div class="flex">
<QCheckbox
:label="t('Is equalizated')"