style: Remove multiple whitespace after :

This commit is contained in:
Aditya Hase 2019-07-11 18:17:01 +05:30
parent 7352227a24
commit d4c10801d1

View File

@ -830,7 +830,7 @@ class QuickBooksMigrator(Document):
"currency": invoice["CurrencyRef"]["value"], "currency": invoice["CurrencyRef"]["value"],
"conversion_rate": invoice.get("ExchangeRate", 1), "conversion_rate": invoice.get("ExchangeRate", 1),
"posting_date": invoice["TxnDate"], "posting_date": invoice["TxnDate"],
"due_date": invoice.get("DueDate", invoice["TxnDate"]), "due_date": invoice.get("DueDate", invoice["TxnDate"]),
"credit_to": credit_to_account, "credit_to": credit_to_account,
"supplier": frappe.get_all("Supplier", "supplier": frappe.get_all("Supplier",
filters={ filters={