Skip to content

Commit

Permalink
smoll fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Sep 21, 2023
1 parent b688f17 commit eb03f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/fill-accounting-export-summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
error_type = None
url = None
if task_log.status == 'FAILED' or task_log.status == 'FATAL':
error_type = 'ACCOUNTING_INTEGRATION_ERROR' if task_log.quickbooks_errors else 'ERROR'
error_type = 'ACCOUNTING_INTEGRATION_ERROR' if task_log.quickbooks_errors else 'MAPPING'
url = '{}/workspaces/main/dashboard'.format(settings.QBO_INTEGRATION_APP_URL)
else:
export_type, export_id = generate_export_type_and_id(expense_group)
Expand Down

0 comments on commit eb03f38

Please sign in to comment.