Skip to content

Commit

Permalink
advanced settings intacct (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle authored Feb 20, 2024
1 parent f519606 commit e93c638
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ export type AdvancedSettingsPost = {
default_class: mapAttribute('defaultClass', 'destination_id', 'value'),
default_project: mapAttribute('defaultProject', 'destination_id', 'value'),
default_item: mapAttribute('defaultItems', 'destination_id', 'value'),
use_intacct_employee_departments: !!getFormValue('useEmployeeLocation'),
use_intacct_employee_locations: !!getFormValue('useEmployeeDepartment')
use_intacct_employee_departments: !!getFormValue('useEmployeeDepartment'),
use_intacct_employee_locations: !!getFormValue('useEmployeeLocation')
},
workspace_schedules: {
enabled: !!getFormValue('scheduleAutoExport'),
Expand Down

0 comments on commit e93c638

Please sign in to comment.