Skip to content

Commit

Permalink
Merge pull request #610 from amansinghbais/#605
Browse files Browse the repository at this point in the history
Fixed: wrong count displayed in the rejected count item in closed segment (#605)
  • Loading branch information
ravilodhi authored Jan 15, 2025
2 parents 84aa3c4 + 5a35f90 commit 868055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Count.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<ion-item>
{{ translate("Rejected") }}
<ion-label slot="end">
<p>{{ cycleCountStats(count.inventoryCountImportId)?.totalItems }}</p>
<p>{{ cycleCountStats(count.inventoryCountImportId)?.rejectedCount }}</p>
</ion-label>
</ion-item>
<ion-item>
Expand Down

0 comments on commit 868055a

Please sign in to comment.