Skip to content

Commit

Permalink
Merge branch 'master' into import-categories-0
Browse files Browse the repository at this point in the history
  • Loading branch information
labhvam5 committed Nov 27, 2023
2 parents 88ee3dc + 8411514 commit 00d1172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/workspaces/apis/import_settings/triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
schedule_fyle_attributes_creation,
schedule_tax_groups_creation,
)
from apps.mappings.schedules import schedule_or_delete_fyle_import_tasks as new_schedule_or_delete_fyle_import_tasks
from apps.workspaces.models import WorkspaceGeneralSettings


Expand Down Expand Up @@ -134,4 +135,5 @@ def post_save_mapping_settings(self, workspace_general_settings_instance: Worksp

self.__update_expense_group_settings_for_departments()

new_schedule_or_delete_fyle_import_tasks(workspace_general_settings_instance, None)
schedule_or_delete_fyle_import_tasks(workspace_general_settings_instance)

0 comments on commit 00d1172

Please sign in to comment.