Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 23, 2024
1 parent 6113100 commit 0900027
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 @@ -248,7 +248,7 @@ def get(self, request, *args, **kwargs):
activity_attribute_count = ExpenseAttribute.objects.filter(
attribute_type='CATEGORY', value='Activity', workspace_id=self.kwargs['workspace_id'], active=True).count()

if app_name in ('NETSUITE', 'INTACCT', 'SAGE_300_CRE', 'DYNAMICS_365_BUSINESS_CENTRAL'):
if app_name in ('NetSuite', 'Sage Intacct', 'Sage 300 CRE', 'Dynamics 365 Business Central'):
activity_mapping = CategoryMapping.objects.filter(
source_category__value='Activity', workspace_id=self.kwargs['workspace_id']).first()
else:
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.34.4',
version='1.34.5',
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 0900027

Please sign in to comment.