Skip to content

Commit fe7748b

Browse files
authored
Merge pull request #44067 from dominictb/fix/43014
2 parents cf450a3 + 3604226 commit fe7748b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/actions/IOU.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6244,7 +6244,7 @@ function approveMoneyRequest(expenseReport: OnyxTypes.Report | EmptyObject, full
62446244
onyxMethod: Onyx.METHOD.MERGE,
62456245
key: `${ONYXKEYS.COLLECTION.REPORT}${expenseReport?.chatReportID}`,
62466246
value: {
6247-
hasOutstandingChildRequest: hasIOUToApproveOrPay(chatReport, expenseReport?.reportID ?? '-1'),
6247+
hasOutstandingChildRequest: hasIOUToApproveOrPay(chatReport, full ? expenseReport?.reportID ?? '-1' : '-1'),
62486248
},
62496249
};
62506250

0 commit comments

Comments
 (0)