Skip to content

Commit

Permalink
Fixed: recount alert method call (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Nov 12, 2024
1 parent ce22e91 commit 52b6b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CountDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ async function scanProduct() {
hasUnsavedChanges.value = true;
inputCount.value++
} else if(selectedItem.quantity >= 0 && selectedItem.itemStatusId !== "INV_COUNT_REJECTED" && selectedItem.itemStatusId !== "INV_COUNT_COMPLETED") {
this.openRecountAlert()
openRecountAlert()
}
}
queryString.value = ""
Expand Down

0 comments on commit 52b6b8c

Please sign in to comment.