Skip to content

Commit

Permalink
qbo memo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT committed Jun 3, 2024
1 parent d3fba3b commit 8ab8cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/models/common/advanced-settings.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export type AdvancedSettingValidatorRule = {

export class AdvancedSettingsModel {
static getDefaultMemoOptions(): string[] {
return ['employee_email', 'purpose', 'category', 'spent_on', 'report_number', 'expense_link'];
return ['employee_email', 'merchant', 'purpose', 'category', 'spent_on', 'report_number', 'expense_link'];
}

static formatMemoPreview(memoStructure: string[], defaultMemoOptions: string[]): string {
Expand Down

0 comments on commit 8ab8cfb

Please sign in to comment.