Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented: Show quantity on hand inventory during receiving(#416) #417

Merged
merged 6 commits into from
Nov 12, 2024
Prev Previous commit
Next Next commit
Reverted: removed unnecessary changes in the ShipmentService file(#416)
  • Loading branch information
R-Sourabh committed Nov 12, 2024
commit b37c53fd81bd8e6b5ed1211a3922a79c941e3a09
3 changes: 2 additions & 1 deletion src/services/ShipmentService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,13 @@ const fetchShipmentAttributes = async (shipmentIds: Array<string>): Promise<any>
return shipmentAttributes;
}


export const ShipmentService = {
fetchShipments,
fetchShipmentAttributes,
fetchTrackingCodes,
getShipmentDetail,
receiveShipmentItem,
receiveShipment,
addShipmentItem,
addShipmentItem
}
Loading