From 5a35f900c5519d8e5997f01489dbc77762212a4b Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Wed, 15 Jan 2025 15:48:38 +0530 Subject: [PATCH] Fixed: wrong count displayed in the rejected count item in closed segment (#605) --- src/views/Count.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Count.vue b/src/views/Count.vue index bfe2c35b..b6bba569 100644 --- a/src/views/Count.vue +++ b/src/views/Count.vue @@ -124,7 +124,7 @@ {{ translate("Rejected") }} -

{{ cycleCountStats(count.inventoryCountImportId)?.totalItems }}

+

{{ cycleCountStats(count.inventoryCountImportId)?.rejectedCount }}