Skip to content

Commit 72bc16d

Browse files
authored
fix: tax item types (#157)
1 parent 7145bde commit 72bc16d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

netsuitesdk/internal/netsuite_types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
'ClassificationSearchBasic',
7373
'CurrencyRateSearchBasic',
7474
'ConsolidatedExchangeRateSearchBasic',
75-
'BillingAccountSearchBasic'
75+
'BillingAccountSearchBasic',
76+
'SalesTaxItemSearchBasic',
77+
'TaxGroupSearchBasic'
7678
],
7779

7880
'ns6': [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='netsuitesdk',
8-
version='3.1.1',
8+
version='3.1.2',
99
author='Siva Narayanan',
1010
author_email='siva@fyle.in',
1111
description='Python SDK for accessing the NetSuite SOAP webservice',

0 commit comments

Comments
 (0)