Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Aug 31, 2023
1 parent b0d93de commit 46fbaa9
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 @@ -49,7 +49,7 @@ def refersh_xero_dimension(workspace_id):
# run async_auto_create_custom_field_mappings
chain.append('apps.mappings.tasks.async_auto_create_custom_field_mappings', int(workspace_id))
elif workspace_general_settings.import_suppliers_as_merchants:

Check warning on line 51 in apps/xero/actions.py

View check run for this annotation

Codecov / codecov/patch

apps/xero/actions.py#L51

Added line #L51 was not covered by tests
# run auto_create_suppliers_as_merchants
# run auto_create_suppliers_as_merchant
chain.append('apps.mappings.tasks.auto_create_suppliers_as_merchants', workspace_id)

Check warning on line 53 in apps/xero/actions.py

View check run for this annotation

Codecov / codecov/patch

apps/xero/actions.py#L53

Added line #L53 was not covered by tests

if chain.length() > 0:
Expand Down

0 comments on commit 46fbaa9

Please sign in to comment.