diff --git a/src/store/modules/shipment/actions.ts b/src/store/modules/shipment/actions.ts index 0282ecf9..7eb7f5ed 100644 --- a/src/store/modules/shipment/actions.ts +++ b/src/store/modules/shipment/actions.ts @@ -167,7 +167,8 @@ const actions: ActionTree = { const product = { ...item, quantityAccepted: 0, - quantityOrdered: 0 + quantityOrdered: 0, + quantityReceived: 0 } const params = { orderId: payload.orderId,