Update erpnext/erpnext_integrations/doctype/taxjar_settings/taxjar_settings.py

Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com>
This commit is contained in:
Subin Tom 2021-09-16 14:41:48 +05:30 committed by GitHub
parent 0e527311b9
commit 486d7c3a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,6 @@ class TaxJarSettings(Document):
new_nexus_list = [frappe._dict(address) for address in nexus]
self.set('nexus',[])
self.set('nexus',new_nexus_list)
self.set('nexus', [])
self.set('nexus', new_nexus_list)
self.save()