fix: Remove unused local variable
This commit is contained in:
parent
2f6cd1999a
commit
7352227a24
@ -494,7 +494,7 @@ class QuickBooksMigrator(Document):
|
||||
"account_currency": customer["CurrencyRef"]["value"],
|
||||
"company": self.company,
|
||||
})[0]["name"]
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
receivable_account = None
|
||||
erpcustomer = frappe.get_doc({
|
||||
"doctype": "Customer",
|
||||
|
Loading…
x
Reference in New Issue
Block a user