We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25f1d97 + 73b42b2 commit 84228cbCopy full SHA for 84228cb
src/libs/actions/IOU.ts
@@ -14128,6 +14128,10 @@ function updateSplitTransactions({
14128
}
14129
14130
14131
+ if (isReverseSplitOperation) {
14132
+ delete transactionChanges.transactionID;
14133
+ }
14134
+
14135
if (Object.keys(transactionChanges).length > 0) {
14136
const {onyxData: moneyRequestParamsOnyxData, params} = getUpdateMoneyRequestParams({
14137
transactionID: existingTransactionID,
0 commit comments