fix: remove trailing whitespace

This commit is contained in:
Sagar Vora 2019-01-07 14:24:01 +05:30 committed by GitHub
parent 5efc7973ea
commit f733a39089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,7 +609,7 @@ class AccountsController(TransactionBase):
else:
order_total = self.get("base_rounded_total") or self.base_grand_total
precision = "base_rounded_total" if self.get("base_rounded_total") else "base_grand_total"
formatted_order_total = fmt_money(order_total, precision=self.precision(precision),
currency=advance.account_currency)