From 090002785e05910df19b5e8e09615de4ba46029d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 23 Sep 2024 19:45:08 +0530 Subject: [PATCH] Fix comments --- fyle_accounting_mappings/views.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fyle_accounting_mappings/views.py b/fyle_accounting_mappings/views.py index ce239c4..a47c1b2 100644 --- a/fyle_accounting_mappings/views.py +++ b/fyle_accounting_mappings/views.py @@ -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: diff --git a/setup.py b/setup.py index affe963..da01e78 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name='fyle-accounting-mappings', - version='1.34.4', + version='1.34.5', author='Shwetabh Kumar', author_email='shwetabh.kumar@fyle.in', description='Django application to store the fyle accounting mappings in a generic manner',