commit | ebc0e1ca8ac343db044aad0d9617b6948d855c5c | [log] [tgz] |
---|---|---|
author | hrwx <himanshuwarekar@yahoo.com> | Thu Sep 19 06:13:47 2019 +0000 |
committer | prssanna <prssud@gmail.com> | Mon Sep 30 14:56:39 2019 +0530 |
tree | fefc537aa67e2a676fe99fe497f6d16c15e4de94 | |
parent | bf09fbe6b9b90626f78b1bcb744aab78f13aa56b [diff] |
fix: remove return statement
diff --git a/erpnext/erpnext_integrations/connectors/shopify_connection.py b/erpnext/erpnext_integrations/connectors/shopify_connection.py index 0bf6bde..bd98037 100644 --- a/erpnext/erpnext_integrations/connectors/shopify_connection.py +++ b/erpnext/erpnext_integrations/connectors/shopify_connection.py
@@ -252,7 +252,6 @@ return taxes def get_tax_account_head(tax): - return tax_title = tax.get("title").encode("utf-8") tax_account = frappe.db.get_value("Shopify Tax Account", \