#4689 Pickup Shelf Out Update Quantity After FETCHED_PARTIAL in Result List

This commit is contained in:
Nino
2024-03-04 16:55:44 +01:00
parent 42fa108bb6
commit 8057ebf473

View File

@@ -125,6 +125,7 @@ export abstract class PickupShelfDetailsBaseComponent {
processingStatus: updatedItem.processingStatus,
compartmentCode: updatedItem.compartmentCode,
compartmentInfo: updatedItem.compartmentInfo,
quantity: updatedItem.quantity,
},
});
});