Skip to content

Commit

Permalink
Fix stats afsd (#122)
Browse files Browse the repository at this point in the history
* Fix stats

* Fix stats

* Fix stats

---------

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
ruuushhh and GitHub Actions authored Sep 23, 2024
1 parent 6270b27 commit 11cc253
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 @@ -253,7 +253,7 @@ def get(self, request, *args, **kwargs):
source_category__value='Activity', workspace_id=self.kwargs['workspace_id']).first()
else:
activity_mapping = Mapping.objects.filter(
source_type='CATEGORY', source___value='Activity', workspace_id=self.kwargs['workspace_id']).first()
source_type='CATEGORY', source__value='Activity', workspace_id=self.kwargs['workspace_id']).first()

if activity_attribute_count and not activity_mapping:
mapped_attributes_count += activity_attribute_count
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.6',
version='1.34.7',
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 11cc253

Please sign in to comment.