From 471c22e62a337f7d611aedf762e7fd3550bb6681 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 20 Nov 2020 20:02:46 +0000 Subject: [PATCH] --- ayanova/src/views/cust-customer.vue | 29 ++++++++++++++++++++++++++--- ayanova/src/views/cust-user.vue | 3 +-- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index 9850471b..11b84656 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -563,9 +563,32 @@ :precision="6" > + -

{{ $ay.t("AddressTypePostal") }}

+ + + + + + $ayiClone + + {{ + $ay.t("AddressCopyToPostal") + }} + + + + + {{ $ay.t("AddressTypePhysical") }}
+ - {{ $ay.t("User") }} + {{ $ay.t("Contact") }} {{ $ay.t("UserSettings") }} @@ -1068,7 +1068,6 @@ async function initForm(vm) { // async function fetchTranslatedText(vm) { await window.$gz.translation.cacheTranslations([ - "User", "UserSettings", "Contact", "Name",