Skip to content

Commit

Permalink
Merge pull request #516 from amansinghbais/#494-fix-count
Browse files Browse the repository at this point in the history
Reverted: resetting of the inputCount on product change (#494)
  • Loading branch information
ravilodhi authored Nov 12, 2024
2 parents a33ed84 + 3c9260c commit 70320ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/CountDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ async function scanProduct() {
element.scrollIntoView({ behavior: 'smooth' });
}
}, 0);
inputCount.value = ""
} else if(selectedItem.itemStatusId === "INV_COUNT_CREATED") {
if((!selectedItem.quantity && selectedItem.quantity !== 0) || product.value.isRecounting) {
hasUnsavedChanges.value = true;
Expand Down

0 comments on commit 70320ab

Please sign in to comment.