diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js index 5660bc31a880..fbba4d74e5a3 100644 --- a/src/libs/actions/IOU.js +++ b/src/libs/actions/IOU.js @@ -818,7 +818,7 @@ function deleteMoneyRequest(transactionID, reportAction, isSingleTransactionView let updatedIOUReport = null; let updatedReportPreviewAction = null; if (!shouldDeleteIOUReport) { - if (ReportUtils.isExpenseReport(iouReport.reportID)) { + if (ReportUtils.isExpenseReport(iouReport)) { updatedIOUReport = {...iouReport}; // Because of the Expense reports are stored as negative values, we add the total from the amount