fix: remove return statement

This commit is contained in:
hrwx 2019-09-19 06:13:47 +00:00 committed by prssanna
parent bf09fbe6b9
commit ebc0e1ca8a

View File

@ -252,7 +252,6 @@ def update_taxes_with_shipping_lines(taxes, shipping_lines, shopify_settings):
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", \