Skip to content

Commit

Permalink
Fixed: issue in updating status of matching in the list (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Dec 23, 2024
1 parent 39943aa commit 210d3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HardCountDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ async function updateCurrentItemInList(importItemSeqId: any, product: any, scann
} else {
item["isMatchNotFound"] = true
}
item["isMatching"] = false;
if(prevItem && Object.keys(prevItem)?.length && !hasErrorSavingCount) delete item["scannedCount"]
updatedProduct["isMatching"] = false;
}
})
Expand Down

0 comments on commit 210d3dd

Please sign in to comment.