Skip to content

Commit

Permalink
Merge pull request #18604 from Expensify/cmartins-createRequestsInExp…
Browse files Browse the repository at this point in the history
…enseReports

Use IOU/Expense reportID for IOU actions
  • Loading branch information
luacmartins authored May 16, 2023
2 parents 36815de + 337707d commit d20142b
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 300 deletions.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const MoneyRequestAction = (props) => {
undefined,
CONST.REPORT.NOTIFICATION_PREFERENCE.ALWAYS,
props.action.reportActionID,
props.chatReportID, // Needs to be changed to iouReportID
props.requestReportID,
);

Report.openReport(thread.reportID, thread.participants, thread, props.action.reportActionID);
Expand Down
Loading

0 comments on commit d20142b

Please sign in to comment.