We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96af6f9 commit bc4bf42Copy full SHA for bc4bf42
1 file changed
src/libs/actions/IOU/Split.ts
@@ -1226,7 +1226,7 @@ function updateSplitTransactions({
1226
newReportTotal: reportTotals.get(splitExpense?.reportID ?? String(CONST.DEFAULT_NUMBER_ID)) ?? 0,
1227
newNonReimbursableTotal: (transactionReport?.nonReimbursableTotal ?? 0) - changesInReportTotal,
1228
isSplitExpense: true,
1229
- currentReportActionID: currentReportAction?.reportActionID,
+ currentReportActionID: !isReverseSplitOperation ? currentReportAction?.reportActionID : undefined,
1230
isASAPSubmitBetaEnabled,
1231
currentUserAccountIDParam: currentUserPersonalDetails?.accountID,
1232
currentUserEmailParam: currentUserPersonalDetails?.login ?? '',
0 commit comments