Skip to content

Commit

Permalink
Merge pull request #27285 from tienifr/fix/26748
Browse files Browse the repository at this point in the history
Fix: Cannot edit policy expense request in offline mode
  • Loading branch information
techievivek authored Sep 13, 2023
2 parents 2ed276b + eb54ef2 commit 1baf33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ function buildTransactionThread(reportAction, moneyRequestReportID) {
participantAccountIDs,
getTransactionReportName(reportAction),
'',
lodashGet(getReport(reportAction.reportID), 'policyID', CONST.POLICY.OWNER_EMAIL_FAKE),
lodashGet(getReport(moneyRequestReportID), 'policyID', CONST.POLICY.OWNER_EMAIL_FAKE),
CONST.POLICY.OWNER_ACCOUNT_ID_FAKE,
false,
'',
Expand Down

0 comments on commit 1baf33a

Please sign in to comment.