diff --git a/apps/netsuite/connector.py b/apps/netsuite/connector.py index f77fe989..2984d853 100644 --- a/apps/netsuite/connector.py +++ b/apps/netsuite/connector.py @@ -440,7 +440,8 @@ def sync_currencies(self): 'attribute_type': 'CURRENCY', 'display_name': 'Currency', 'value': currency['symbol'], - 'destination_id': currency['internalId'] + 'destination_id': currency['internalId'], + 'active': True } ) @@ -869,7 +870,8 @@ def sync_subsidiaries(self): 'destination_id': subsidiary['internalId'], 'detail': { 'country': subsidiary['country'] - } + }, + 'active': True }) DestinationAttribute.bulk_create_or_update_destination_attributes(