fix: remove return statement
This commit is contained in:
parent
bf09fbe6b9
commit
ebc0e1ca8a
@ -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", \
|
||||
|
Loading…
x
Reference in New Issue
Block a user