Compare commits

...

1 Commits

Author SHA1 Message Date
Nino
8057ebf473 #4689 Pickup Shelf Out Update Quantity After FETCHED_PARTIAL in Result List 2024-03-04 16:55:44 +01:00

View File

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