This commit is contained in:
@@ -1200,7 +1200,7 @@ async function saveParts(vm, woItemIndex) {
|
||||
//clone and skip viz and other fields
|
||||
const o = window.$gz.util.deepCopySkip(
|
||||
vm.obj.items[woItemIndex].parts[i],
|
||||
["uid", "cost", "listPrice", "isDirty"]
|
||||
["uid", "isDirty"]
|
||||
);
|
||||
|
||||
const res = await window.$gz.api.upsert(`${API_BASE_URL}items/parts`, o);
|
||||
|
||||
Reference in New Issue
Block a user