style: Remove multiple whitespace after :
This commit is contained in:
parent
7352227a24
commit
d4c10801d1
@ -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={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user