kivy: minor fix

This commit is contained in:
ThomasV 2017-03-08 20:05:26 +01:00
parent 50fdc6fe4e
commit cbeaa52101
1 changed files with 1 additions and 1 deletions

View File

@ -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: