File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ import {
6464 getSubmitsToUpdateMessage ,
6565 getTravelUpdateMessage ,
6666 getUpdateACHAccountMessage ,
67+ getUpdatedProhibitedExpensesMessage ,
6768 getWorkspaceAttendeeTrackingUpdateMessage ,
6869 getWorkspaceCurrencyUpdateMessage ,
6970 getWorkspaceCustomUnitRateAddedMessage ,
@@ -480,6 +481,9 @@ function computeReportNameBasedOnReportAction(
480481 if ( isActionOfType ( parentReportAction , CONST . REPORT . ACTIONS . TYPE . POLICY_CHANGE_LOG . UPDATE_DEFAULT_REIMBURSABLE ) ) {
481482 return getPolicyChangeLogDefaultReimbursableMessage ( translate , parentReportAction ) ;
482483 }
484+ if ( isActionOfType ( parentReportAction , CONST . REPORT . ACTIONS . TYPE . POLICY_CHANGE_LOG . UPDATE_PROHIBITED_EXPENSES ) ) {
485+ return getUpdatedProhibitedExpensesMessage ( translate , parentReportAction ) ;
486+ }
483487 if ( isActionOfType ( parentReportAction , CONST . REPORT . ACTIONS . TYPE . POLICY_CHANGE_LOG . UPDATE_DEFAULT_TITLE_ENFORCED ) ) {
484488 return getPolicyChangeLogDefaultTitleEnforcedMessage ( translate , parentReportAction ) ;
485489 }
You can’t perform that action at this time.
0 commit comments