Skip to content

Commit

Permalink
qbo memo fix (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT authored and ruuushhh committed Jun 5, 2024
1 parent d3fba3b commit eb334e6
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 eb334e6

Please sign in to comment.