Skip to content

Commit

Permalink
fix: remove "Expense link" option from BC memo structure dropdown (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent d32fe96 commit 7e9ee2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class BusinessCentralAdvancedSettingsComponent implements OnInit {

ConfigurationCtaText = ConfigurationCta;

defaultMemoOptions: string[] = ['employee_email', 'purpose', 'category', 'spent_on', 'report_number', 'expense_link'];
defaultMemoOptions: string[] = ['employee_email', 'purpose', 'category', 'spent_on', 'report_number'];

memoPreviewText: string;

Expand Down

0 comments on commit 7e9ee2f

Please sign in to comment.