Skip to content

Commit

Permalink
add active field to detail (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithaputtaswamy authored Oct 13, 2022
1 parent a7cced7 commit 072913c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/quickbooks_online/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ def sync_vendors(self):
vendor['PrimaryEmailAddr'] and
'Address' in vendor['PrimaryEmailAddr'] and
vendor['PrimaryEmailAddr']['Address']
) else None
) else None,
'active': vendor['Active']
}

vendor_attributes.append({
Expand Down

0 comments on commit 072913c

Please sign in to comment.