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