Skip to content

Commit

Permalink
Fixed: wrong count displayed in the rejected count item in closed seg…
Browse files Browse the repository at this point in the history
…ment (hotwax#605)
  • Loading branch information
amansinghbais committed Jan 15, 2025
1 parent 84aa3c4 commit 5a35f90
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 5a35f90

Please sign in to comment.