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