This commit is contained in:
@@ -142,6 +142,9 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<!-- --------------COMPANY ADDRESS ETC ---------------- -->
|
<!-- --------------COMPANY ADDRESS ETC ---------------- -->
|
||||||
|
<v-col cols="12">
|
||||||
|
{{ $ay.t("CompanyInformation") }}
|
||||||
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<gz-url
|
<gz-url
|
||||||
v-model="obj.webAddress"
|
v-model="obj.webAddress"
|
||||||
@@ -1434,7 +1437,23 @@ async function fetchTranslatedText(vm) {
|
|||||||
"GlobalSignatureFooter",
|
"GlobalSignatureFooter",
|
||||||
"GlobalSignatureHeader",
|
"GlobalSignatureHeader",
|
||||||
"GlobalSignatureTitle",
|
"GlobalSignatureTitle",
|
||||||
"GlobalAllowScheduleConflicts"
|
"GlobalAllowScheduleConflicts",
|
||||||
|
"CompanyInformation",
|
||||||
|
"WebAddress",
|
||||||
|
"AddressTypePhysical",
|
||||||
|
"AddressTypePostal",
|
||||||
|
"Address",
|
||||||
|
"AddressPostalDeliveryAddress",
|
||||||
|
"AddressPostalCity",
|
||||||
|
"AddressPostalStateProv",
|
||||||
|
"AddressPostalCountry",
|
||||||
|
"AddressPostalPostal",
|
||||||
|
"AddressDeliveryAddress",
|
||||||
|
"AddressCity",
|
||||||
|
"AddressStateProv",
|
||||||
|
"AddressCountry",
|
||||||
|
"AddressLatitude",
|
||||||
|
"AddressLongitude"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user