diff --git a/apps/quickbooks_online/utils.py b/apps/quickbooks_online/utils.py index bf0dab73..8303377b 100644 --- a/apps/quickbooks_online/utils.py +++ b/apps/quickbooks_online/utils.py @@ -214,7 +214,7 @@ def sync_accounts(self): } ) - elif value: + elif account['AccountType'] == 'Accounts Payable' and value: account_attributes['accounts_payable'].append( { 'attribute_type': 'ACCOUNTS_PAYABLE',