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

(cherry picked from commit d20142b)
  • Loading branch information
luacmartins authored and OSBotify committed May 16, 2023
1 parent 8a50157 commit aab4d31
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 aab4d31

Please sign in to comment.