Merged PR 1758: #4689 Pickup Shelf Out Update Quantity After FETCHED_PARTIAL in Result List

#4689 Pickup Shelf Out Update Quantity After FETCHED_PARTIAL in Result List
This commit is contained in:
Nino Righi
2024-03-04 16:45:50 +00:00
committed by Margaretha Lucha
parent 89092a5f6e
commit a3330263f8

View File

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