diff --git a/src/libs/actions/IOU/Split.ts b/src/libs/actions/IOU/Split.ts index a64d510efdf6f..cfd4689b462ef 100644 --- a/src/libs/actions/IOU/Split.ts +++ b/src/libs/actions/IOU/Split.ts @@ -1226,7 +1226,7 @@ function updateSplitTransactions({ newReportTotal: reportTotals.get(splitExpense?.reportID ?? String(CONST.DEFAULT_NUMBER_ID)) ?? 0, newNonReimbursableTotal: (transactionReport?.nonReimbursableTotal ?? 0) - changesInReportTotal, isSplitExpense: true, - currentReportActionID: !isReverseSplitOperation ? currentReportAction?.reportActionID : undefined, + currentReportActionID: currentReportAction?.reportActionID, isASAPSubmitBetaEnabled, currentUserAccountIDParam: currentUserPersonalDetails?.accountID, currentUserEmailParam: currentUserPersonalDetails?.login ?? '',