Skip to content

Commit

Permalink
add sage 300 in the stats view (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Jan 9, 2024
1 parent 7aa2bc7 commit bd7c329
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 @@ -220,7 +220,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 == 'INTACCT':
elif source_type == 'CATEGORY' and app_name in ['INTACCT', 'Sage 300 CRE']:
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.29.0',
version='1.29.1',
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 bd7c329

Please sign in to comment.