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