Skip to content

Commit

Permalink
Adding option to allow Other Income accounts (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetabhk authored Apr 21, 2023
1 parent ea4c82a commit 27badcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/quickbooks_online/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def format_special_characters(value: str) -> str:
CHARTS_OF_ACCOUNTS = [
'Expense', 'Other Expense', 'Fixed Asset', 'Cost of Goods Sold',
'Current Liability', 'Equity', 'Other Current Asset', 'Other Current Liability',
'Long Term Liability', 'Current Asset', 'Income'
'Long Term Liability', 'Current Asset', 'Income', 'Other Income'
]

class QBOConnector:
Expand Down

0 comments on commit 27badcf

Please sign in to comment.