Skip to content

Commit

Permalink
corrected import path (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo authored Nov 21, 2023
1 parent b68abe5 commit 0721b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/xero/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def refersh_xero_dimension(workspace_id):
if mapping_setting.source_field == "PROJECT":
# run auto_import_and_map_fyle_fields
chain.append(
"apps.mappings.queue.auto_import_and_map_fyle_fields", int(workspace_id)
"apps.mappings.tasks.auto_import_and_map_fyle_fields", int(workspace_id)
)
elif mapping_setting.source_field == "COST_CENTER":
# run auto_create_cost_center_mappings
Expand Down

0 comments on commit 0721b39

Please sign in to comment.