File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ import {
202202 getTravelUpdateMessage,
203203 getWorkspaceCurrencyUpdateMessage,
204204 getWorkspaceFrequencyUpdateMessage,
205+ getWorkspaceReimbursementUpdateMessage,
205206 getWorkspaceReportFieldAddMessage,
206207 getWorkspaceReportFieldDeleteMessage,
207208 getWorkspaceReportFieldUpdateMessage,
@@ -5710,6 +5711,9 @@ function getReportName(
57105711 if (isActionOfType(parentReportAction, CONST.REPORT.ACTIONS.TYPE.POLICY_CHANGE_LOG.UPDATE_MAX_EXPENSE_AMOUNT_NO_RECEIPT)) {
57115712 return getPolicyChangeLogMaxExpenseAmountNoReceiptMessage(parentReportAction);
57125713 }
5714+ if (isActionOfType(parentReportAction, CONST.REPORT.ACTIONS.TYPE.POLICY_CHANGE_LOG.UPDATE_REIMBURSEMENT_ENABLED)) {
5715+ return getWorkspaceReimbursementUpdateMessage(parentReportAction);
5716+ }
57135717
57145718 if (isActionOfType(parentReportAction, CONST.REPORT.ACTIONS.TYPE.POLICY_CHANGE_LOG.UPDATE_DEFAULT_BILLABLE)) {
57155719 return getPolicyChangeLogDefaultBillableMessage(parentReportAction);
You can’t perform that action at this time.
0 commit comments