diff --git a/fyle_accounting_mappings/views.py b/fyle_accounting_mappings/views.py index c70468b..1112d18 100644 --- a/fyle_accounting_mappings/views.py +++ b/fyle_accounting_mappings/views.py @@ -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': diff --git a/setup.py b/setup.py index 79ede74..eb6cf9c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name='fyle-accounting-mappings', - version='1.32.1', + version='1.32.2', author='Shwetabh Kumar', author_email='shwetabh.kumar@fyle.in', description='Django application to store the fyle accounting mappings in a generic manner',