Skip to content

Commit

Permalink
Merge pull request #13 from hotgluexyz/feature/DepartmentRef
Browse files Browse the repository at this point in the history
added departmentRef
  • Loading branch information
hsyyid authored Oct 27, 2022
2 parents a62c1fc + 49162ec commit cb95add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_version():
readme = f.read()

setup(name='tap-quickbooks',
version='1.4.46',
version='1.4.47',
description='Singer.io tap for extracting data from the Quickbooks API',
author='hotglue',
url='http://hotglue.xyz/',
Expand Down
3 changes: 2 additions & 1 deletion tap_quickbooks/quickbooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ def field_to_property_schema(field, mdata): # pylint:disable=too-many-branches
}
},
"AccountRef": qb_types["object_reference"],
"ClassRef": qb_types["object_reference"]
"ClassRef": qb_types["object_reference"],
"DepartmentRef": qb_types["object_reference"]
}
}
}
Expand Down

0 comments on commit cb95add

Please sign in to comment.