fix: Remove unused local variable

This commit is contained in:
Aditya Hase 2019-07-11 18:16:42 +05:30
parent 2f6cd1999a
commit 7352227a24

View File

@ -494,7 +494,7 @@ class QuickBooksMigrator(Document):
"account_currency": customer["CurrencyRef"]["value"], "account_currency": customer["CurrencyRef"]["value"],
"company": self.company, "company": self.company,
})[0]["name"] })[0]["name"]
except Exception as e: except Exception:
receivable_account = None receivable_account = None
erpcustomer = frappe.get_doc({ erpcustomer = frappe.get_doc({
"doctype": "Customer", "doctype": "Customer",