Skip to content

Commit

Permalink
Fix export mode for Exports from Fyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Nov 8, 2023
1 parent 6839a95 commit 8219fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fyle/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def import_and_export_expenses(report_id: str, org_id: str) -> None:

group_expenses_and_save(expenses, task_log, workspace)

export_to_qbo(workspace.id, 'AUTO')
export_to_qbo(workspace.id)

except Exception:
handle_import_exception(task_log)

0 comments on commit 8219fd0

Please sign in to comment.