This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user