Skip to content

Commit

Permalink
Fix netsuite mapping stats (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored May 9, 2024
1 parent ed2b1a0 commit 5bcca83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fyle_accounting_mappings/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def get(self, request, *args, **kwargs):
mapped_attributes_count = EmployeeMapping.objects.filter(
**filters, workspace_id=self.kwargs['workspace_id']
).count()
elif source_type == 'CATEGORY' and app_name in ['INTACCT', 'Sage 300 CRE', 'Dynamics 365 Business Central']:
elif source_type == 'CATEGORY' and app_name in ['INTACCT', 'Sage 300 CRE', 'Dynamics 365 Business Central', 'NetSuite']:
filters = {}

if destination_type == 'ACCOUNT':
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='fyle-accounting-mappings',
version='1.32.1',
version='1.32.2',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Django application to store the fyle accounting mappings in a generic manner',
Expand Down

0 comments on commit 5bcca83

Please sign in to comment.