Skip to content

Commit

Permalink
Sage Intacct: additionalEmailOptions (#649)
Browse files Browse the repository at this point in the history
* Sage Intacct: Fix Category Mapping

* updated function for multiple types

* lint fix

* addditionalEmailOptions

* lint fix
  • Loading branch information
anishfyle authored Mar 11, 2024
1 parent 5440d9c commit 4534b6f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ export class IntacctAdvancedSettingsComponent implements OnInit {
this.sageIntacctPaymentAccount = groupedAttributes.PAYMENT_ACCOUNT;
this.reimbursableExpense = configuration.reimbursable_expenses_object;
this.employeeFieldMapping = configuration.employee_field_mapping;

if (this.advancedSettings.workspace_schedules?.additional_email_options) {
this.adminEmails = this.adminEmails.concat(this.advancedSettings.workspace_schedules?.additional_email_options);
}
this.initializeAdvancedSettingsFormWithData(!!expenseFilter.count);
this.initializeSkipExportForm();
this.isLoading = false;
Expand Down

0 comments on commit 4534b6f

Please sign in to comment.