Skip to content

Commit

Permalink
Include numbers as well in the mappings list (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Jun 16, 2022
1 parent 9c22498 commit a517a59
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 @@ -226,7 +226,7 @@ def get_queryset(self):
if all_alphabets == 'true':
mapping_source_alphabets = [
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U',
'V', 'W', 'X', 'Y', 'Z'
'V', 'W', 'X', 'Y', 'Z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'
]

if mapped and mapped.lower() == 'false':
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.15.1',
version='1.15.2',
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 a517a59

Please sign in to comment.