diff --git a/src/store/index.js b/src/store/index.js index 5a153e731..dd8cf38af 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -2172,6 +2172,7 @@ export const actions = { }, saveSupportingItems(context, supportingItems) { + syncLineItemIds(supportingItems, context.state.order.lineItems.supportingItems); if (!deepEqual(supportingItems, context.state.order.lineItems.supportingItems)) { context.dispatch(storeActions.RESET_SERVICE_LOCATION_STATE_AND_DEPENDENCIES); }