commit | 7352227a24de7d326e538f1b406f91e7e11645b1 | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Thu Jul 11 18:16:42 2019 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Thu Jul 11 18:16:42 2019 +0530 |
tree | 4ba7be01148ec8f63746f6cbcfa9b7261360788b | |
parent | 2f6cd1999a0b886a2ddd85df9621f2d5601ebfab [diff] |
fix: Remove unused local variable
diff --git a/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py b/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py index 16cf2e1..86c26fb 100644 --- a/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py +++ b/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py
@@ -494,7 +494,7 @@ "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",