This commit is contained in:
2021-04-30 22:52:02 +00:00
parent 2942bb5b69
commit c05d42f21e
4 changed files with 20 additions and 4 deletions

View File

@@ -498,7 +498,7 @@
</v-list> </v-list>
</v-menu> </v-menu>
<span class="text-h6" v-else> <span class="text-h6" v-else>
{{ $ay.t("AddressTypePhysical") }}</span {{ $ay.t("AddressTypePostal") }}</span
> >
</v-col> </v-col>

View File

@@ -1149,7 +1149,7 @@ export default {
loading: false loading: false
}); });
} }
}, },
AddressCopyPhysicalToClipBoard() { AddressCopyPhysicalToClipBoard() {
let vm = this; let vm = this;
let ret = ""; let ret = "";

View File

@@ -1104,7 +1104,23 @@ async function fetchTranslatedText(vm) {
"WorkOrderItemScheduledUserUserID", "WorkOrderItemScheduledUserUserID",
"WorkOrderItemScheduledUserServiceRateID", "WorkOrderItemScheduledUserServiceRateID",
"Sequence", "Sequence",
"WorkOrderItemUnitList" "WorkOrderItemUnitList",
"AddressTypePhysical",
"AddressTypePostal",
"AddressCopyToPostal",
"AddressCopyToPhysical",
"Address",
"AddressPostalDeliveryAddress",
"AddressPostalCity",
"AddressPostalStateProv",
"AddressPostalCountry",
"AddressPostalPostal",
"AddressDeliveryAddress",
"AddressCity",
"AddressStateProv",
"AddressCountry",
"AddressLatitude",
"AddressLongitude"
]); ]);
} }

View File

@@ -469,7 +469,7 @@
</v-list> </v-list>
</v-menu> </v-menu>
<span class="text-h6" v-else> <span class="text-h6" v-else>
{{ $ay.t("AddressTypePhysical") }}</span {{ $ay.t("AddressTypePostal") }}</span
> >
</v-col> </v-col>