This commit is contained in:
2021-02-25 22:59:34 +00:00
parent de6e2b417c
commit e469fa226e

View File

@@ -1097,7 +1097,7 @@ export default {
async updatePartCost(item) {
let vm = this;
let dialogResult = await window.$gz.dialog.confirmGeneric(
"Update part cost from received cost?"
"ConfirmUpdatePartCost"
);
if (dialogResult == false) {
return;
@@ -1537,6 +1537,7 @@ async function fetchTranslatedText(vm) {
"ReceiveAll",
"Receive",
"JobCompleted",
"ConfirmUpdatePartCost",
"PurchaseOrderCustom1",
"PurchaseOrderCustom2",
"PurchaseOrderCustom3",