fix: remove trailing whitespace
This commit is contained in:
parent
5efc7973ea
commit
f733a39089
@ -609,7 +609,7 @@ class AccountsController(TransactionBase):
|
|||||||
else:
|
else:
|
||||||
order_total = self.get("base_rounded_total") or self.base_grand_total
|
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"
|
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),
|
formatted_order_total = fmt_money(order_total, precision=self.precision(precision),
|
||||||
currency=advance.account_currency)
|
currency=advance.account_currency)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user