Skip to content

Commit

Permalink
Fyle accounting mappings enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Oct 31, 2023
1 parent b03d2cc commit 5d822ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ms_business_central_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'corsheaders',
'django_q',
'fyle_rest_auth',
# 'fyle_accounting_mappings',
'fyle_accounting_mappings',

# User Created Apps
'apps.users',
Expand Down
1 change: 1 addition & 0 deletions ms_business_central_api/tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'corsheaders',
'django_q',
'fyle_rest_auth',
'fyle_accounting_mappings',

# User Created Apps
'apps.users',
Expand Down

0 comments on commit 5d822ff

Please sign in to comment.