Skip to content

Commit

Permalink
Merge pull request #44067 from dominictb/fix/43014
Browse files Browse the repository at this point in the history
  • Loading branch information
blimpich authored Jun 25, 2024
2 parents cf450a3 + 3604226 commit fe7748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,7 @@ function approveMoneyRequest(expenseReport: OnyxTypes.Report | EmptyObject, full
onyxMethod: Onyx.METHOD.MERGE,
key: `${ONYXKEYS.COLLECTION.REPORT}${expenseReport?.chatReportID}`,
value: {
hasOutstandingChildRequest: hasIOUToApproveOrPay(chatReport, expenseReport?.reportID ?? '-1'),
hasOutstandingChildRequest: hasIOUToApproveOrPay(chatReport, full ? expenseReport?.reportID ?? '-1' : '-1'),
},
};

Expand Down

0 comments on commit fe7748b

Please sign in to comment.