Browse Source

kivy: minor fix

283
ThomasV 8 years ago
parent
commit
cbeaa52101
  1. 2
      gui/kivy/uix/screens.py

2
gui/kivy/uix/screens.py

@ -435,7 +435,7 @@ class InvoicesScreen(CScreen):
amount = pr.get_amount()
if amount:
ci.amount = self.app.format_amount_and_units(amount)
status = self.app.invoices.get_status(ci.key)
status = self.app.wallet.invoices.get_status(ci.key)
ci.status = invoice_text[status]
ci.icon = pr_icon[status]
else:

Loading…
Cancel
Save